Patterns and best practices for designing and implementing microservices architectures.
| Distributed transactions | Saga pattern, event sourcing | | Data consistency | Eventual consistency acceptance | | Service discovery | Service registry (Consul, Eureka) | | Latency | Caching, async communication | | Debugging | Distributed tracing, correlation IDs | | Complexity | API gateway, service mesh |
Microservices architecture patterns and design. Use when user asks to "design microservices", "service decomposition", "API gateway", "distributed transactions", "circuit breaker", "service mesh", "event-driven architecture", "saga pattern", "service discovery", or mentions microservices design patterns and distributed systems. Source: 1mangesh1/dev-skills-collection.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/1mangesh1/dev-skills-collection --skill microservices-architecture Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw