关于
This skill provides specialized implementation patterns for the Saga pattern, which is essential for maintaining data consistency across microservices without relying on distributed ACID transactions. It enables Claude to generate code for both Orchestration and Choreography approaches, allowing developers to build resilient systems that handle long-running business processes, failures, and necessary rollbacks through compensating transactions. It is particularly valuable for backend engineers building complex systems like order fulfillment, payment processing, or multi-stage approval workflows where reliability is paramount.