·saga-orchestration
</>

saga-orchestration

wshobson/agents

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows.

1.6KInstalls·50Trend·@wshobson

Installation

$npx skills add https://github.com/wshobson/agents --skill saga-orchestration

SKILL.md

Patterns for managing distributed transactions and long-running business processes.

| Started | Saga initiated | | Pending | Waiting for step completion | | Compensating | Rolling back due to failure | | Completed | All steps succeeded | | Failed | Saga failed after compensation |

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows. Source: wshobson/agents.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wshobson/agents --skill saga-orchestration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/wshobson/agents --skill saga-orchestration
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is saga-orchestration?

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows. Source: wshobson/agents.

How do I install saga-orchestration?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wshobson/agents --skill saga-orchestration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/wshobson/agents