microservices-patterns
Master microservices architecture with patterns for decomposition, communication, data management, and resilience.
Install
npx skills add https://github.com/wshobson/agents --skill microservices-patternsStats
| Total installs | 4,669 |
| Weekly installs | 4.6K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- Covers service decomposition by business capability and domain-driven design, with the Strangler Fig pattern for gradual monolith migration
- Includes synchronous (REST, gRPC) and asynchronous (Kafka, message queues) communication patterns with event-driven architecture examples
- Provides Saga pattern implementation for distributed transactions with compensating actions and eventual consistency
- Features resilience patterns including Circuit Breaker, retry with exponential backoff, and bulkhead isolation to prevent cascade failures
- Includes production-ready Python code examples for API gateways, event buses, saga orchestration, and circuit breaker implementations
Tags
Related skills
| Skill | Installs | vs microservices-patterns |
|---|---|---|
| vue-pinia-best-practices | 4,809 | +140 |
| typescript-react-reviewer | 3,900 | -769 |
| mentoring-juniors | 5,296 | +627 |
| python-project-structure | 3,922 | -747 |
| typescript-expert | 4,562 | -107 |
FAQ
- How many installs does microservices-patterns have?
- microservices-patterns has 4,669 total installs and 4.6K installs this week.
- Where is microservices-patterns hosted?
- microservices-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does microservices-patterns have?
- microservices-patterns has 32.4K GitHub stars.
- When was microservices-patterns first indexed?
- OrangeBot.AI first indexed microservices-patterns on Jan 20, 2026.
- How do I install microservices-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill microservices-patterns