Add three DBOS SDK skills with reference documentation for building reliable, fault-tolerant applications with durable workflows. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2.7 KiB
2.7 KiB
dbos-python
Note:
CLAUDE.mdis a symlink to this file.
Overview
DBOS Python SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing Python code with DBOS, creating workflows and steps, using queues, using DBOSClient from external applications, or building applications that need to be resilient to failures.
Structure
dbos-python/
SKILL.md # Main skill file - read this first
AGENTS.md # This navigation guide
CLAUDE.md # Symlink to AGENTS.md
references/ # Detailed reference files
Usage
- Read
SKILL.mdfor the main skill instructions - Browse
references/for detailed documentation on specific topics - Reference files are loaded on-demand - read only what you need
Reference Categories
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Lifecycle | CRITICAL | lifecycle- |
| 2 | Workflow | CRITICAL | workflow- |
| 3 | Step | HIGH | step- |
| 4 | Queue | HIGH | queue- |
| 5 | Communication | MEDIUM | comm- |
| 6 | Pattern | MEDIUM | pattern- |
| 7 | Testing | LOW-MEDIUM | test- |
| 8 | Client | MEDIUM | client- |
| 9 | Advanced | LOW | advanced- |
Reference files are named {prefix}-{topic}.md (e.g., query-missing-indexes.md).
Available References
Advanced (advanced-):
references/advanced-async.mdreferences/advanced-patching.mdreferences/advanced-versioning.md
Client (client-):
references/client-enqueue.mdreferences/client-setup.md
Communication (comm-):
references/comm-events.mdreferences/comm-messages.mdreferences/comm-streaming.md
Lifecycle (lifecycle-):
references/lifecycle-config.mdreferences/lifecycle-fastapi.md
Pattern (pattern-):
references/pattern-classes.mdreferences/pattern-debouncing.mdreferences/pattern-idempotency.mdreferences/pattern-scheduled.mdreferences/pattern-sleep.md
Queue (queue-):
references/queue-basics.mdreferences/queue-concurrency.mdreferences/queue-deduplication.mdreferences/queue-listening.mdreferences/queue-partitioning.mdreferences/queue-priority.mdreferences/queue-rate-limiting.md
Step (step-):
references/step-basics.mdreferences/step-retries.mdreferences/step-transactions.md
Testing (test-):
references/test-fixtures.md
Workflow (workflow-):
references/workflow-background.mdreferences/workflow-constraints.mdreferences/workflow-control.mdreferences/workflow-determinism.mdreferences/workflow-introspection.mdreferences/workflow-timeout.md
32 reference files across 9 categories