dbos-python

Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows.

Content Preview
---
name: dbos-python
description: "Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows."
risk: safe
source: "https://docs.dbos.dev/"
date_added: "2026-02-27"
---

# DBOS Python Best Practices

Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows.

## When to Use
Reference these guidelines when:
- Adding DBOS to existing Python code
- Creating workflows and steps
- Using queues for concurrency control
- Implementing w
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/dbos-python.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/dbos-python/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/dbos-python/SKILL.md

Related Skills