saga-orchestration
Implements saga patterns for managing distributed transactions and long-running workflows with automatic compensation.
Install
npx skills add https://github.com/wshobson/agents --skill saga-orchestrationStats
| Total installs | 3,433 |
| Weekly installs | 3.4K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Supports both orchestration (centralized coordinator) and choreography (event-driven) saga patterns with step-by-step execution and automatic compensation on failure
- Includes base orchestrator class with saga state management (started, pending, compensating, completed, failed) and built-in step tracking with results and error handling
- Provides ready-to-use templates for order fulfillment sagas, choreography-based workflows, and timeout-enabled orchestrators with idempotent step design
- Handles compensating transactions automatically by executing steps in reverse order when failures occur, with correlation IDs for distributed tracing
Tags
Related skills
| Skill | Installs | vs saga-orchestration |
|---|---|---|
| openapi-to-typescript | 3,368 | -65 |
| firebase-app-hosting-basics | 3,604 | +171 |
| vector-index-tuning | 3,492 | +59 |
| tanstack-start-best-practices | 3,443 | +10 |
| service-mesh-observability | 3,300 | -133 |
FAQ
- How many installs does saga-orchestration have?
- saga-orchestration has 3,433 total installs and 3.4K installs this week.
- Where is saga-orchestration hosted?
- saga-orchestration is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does saga-orchestration have?
- saga-orchestration has 32.4K GitHub stars.
- When was saga-orchestration first indexed?
- OrangeBot.AI first indexed saga-orchestration on Jan 20, 2026.
- How do I install saga-orchestration?
- Run: npx skills add https://github.com/wshobson/agents --skill saga-orchestration