소개
This skill provides specialized guidance for architecting and implementing microservices within Claude Code. It covers essential strategies like Domain-Driven Design (DDD) for defining service boundaries, asynchronous event-driven communication using Kafka or message queues, and distributed transaction management via the Saga pattern. By leveraging resilience patterns like circuit breakers and retries, it helps developers transition from monolithic applications to highly available, loosely coupled distributed architectures that are easier to scale and maintain.