·saga-patterns

Saga patterns for distributed transactions with orchestration and choreography approaches. Use when implementing multi-service transactions, handling partial failures, or building systems requiring eventual consistency with compensation.

5Installs·0Trend·@yonatangross

Installation

$npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill saga-patterns

SKILL.md

| Control | Central orchestrator | Distributed events | | Coupling | Services depend on orchestrator | Loosely coupled | | Visibility | Single point of observation | Requires distributed tracing | | Best for | Complex, ordered workflows | Simple, parallel flows |

| Pattern choice | Orchestration for complex flows, Choreography for simple | | State storage | Persistent store (PostgreSQL) for saga state | | Idempotency | Required for all saga steps | | Timeouts | Per-step timeouts with recovery | | Compensation | Always implement, test thoroughly | | Observability | Trace saga ID across all services |

Saga patterns for distributed transactions with orchestration and choreography approaches. Use when implementing multi-service transactions, handling partial failures, or building systems requiring eventual consistency with compensation. Source: yonatangross/skillforge-claude-plugin.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill saga-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is saga-patterns?

Saga patterns for distributed transactions with orchestration and choreography approaches. Use when implementing multi-service transactions, handling partial failures, or building systems requiring eventual consistency with compensation. Source: yonatangross/skillforge-claude-plugin.

How do I install saga-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yonatangross/skillforge-claude-plugin --skill saga-patterns 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/yonatangross/skillforge-claude-plugin