Skip to main content
Back to registry

saga-orchestration

wshobson/agents

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

Installs2
Install command
npx skills add https://github.com/wshobson/agents --skill saga-orchestration
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Patterns for managing distributed transactions and long-running business processes. - Coordinating multi-service transactions - Implementing compensating transactions - Managing long-running business workflows - Handling failures in distributed systems - Building order fulfillment processes - Implementing approval workflows - Make steps idempotent - Safe to retry - Design compensations carefully - They must work - Use correlation IDs - For tracing across services - Implement timeouts - Don't wait forever - Log everything - For debugging failures - Don't assume instant completion - Sagas take time - Don't skip compensation testing - Most critical part - Don't couple services - Use async messaging - Don't ignore partial failures - Handle gracefully

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does saga-orchestration do?

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

Is saga-orchestration good?

saga-orchestration does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does saga-orchestration work with?

saga-orchestration currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to saga-orchestration?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install saga-orchestration?

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

Related skills

More from wshobson/agents

Related skills

Alternatives in Software Engineering