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.6 KiB
2.6 KiB
dbos-golang
Note:
CLAUDE.mdis a symlink to this file.
Overview
DBOS Go SDK for building reliable, fault-tolerant applications with durable workflows. Use this skill when writing Go code with DBOS, creating workflows and steps, using queues, using the DBOS Client from external applications, or building Go applications that need to be resilient to failures.
Structure
dbos-golang/
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-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.md
Pattern (pattern-):
references/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-concurrency.mdreferences/step-retries.md
Testing (test-):
references/test-setup.md
Workflow (workflow-):
references/workflow-background.mdreferences/workflow-constraints.mdreferences/workflow-control.mdreferences/workflow-determinism.mdreferences/workflow-introspection.mdreferences/workflow-timeout.md
29 reference files across 9 categories