workflow-orchestration-patterns
Design resilient distributed systems with workflow orchestration patterns, saga transactions, and state management.
Install
npx skills add https://github.com/wshobson/agents --skill workflow-orchestration-patternsStats
| Total installs | 4,143 |
| Weekly installs | 4.1K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Workflows handle orchestration and decision-making (must be deterministic); activities handle external calls like APIs and databases (must be idempotent)
- Implements saga pattern with compensation for distributed transactions, entity workflows for long-lived state management, and fan-out/fan-in for parallel execution
- Automatic state preservation across failures via event history; workflows replay deterministically from last checkpoint
- Covers determinism constraints (no threading, random(), system time, or direct I/O in workflows), retry policies, heartbeats for long-running activities, and idempotency requirements
Tags
Related skills
| Skill | Installs | vs workflow-orchestration-patterns |
|---|---|---|
| prd-to-issues | 4,084 | -59 |
| php-pro | 4,409 | +266 |
| vue-pinia-best-practices | 4,809 | +666 |
| memory-safety-patterns | 4,062 | -81 |
| helm-chart-scaffolding | 3,689 | -454 |
FAQ
- How many installs does workflow-orchestration-patterns have?
- workflow-orchestration-patterns has 4,143 total installs and 4.1K installs this week.
- Where is workflow-orchestration-patterns hosted?
- workflow-orchestration-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does workflow-orchestration-patterns have?
- workflow-orchestration-patterns has 32.4K GitHub stars.
- When was workflow-orchestration-patterns first indexed?
- OrangeBot.AI first indexed workflow-orchestration-patterns on Jan 20, 2026.
- How do I install workflow-orchestration-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill workflow-orchestration-patterns