microservices-patterns

Installation
SKILL.md

Microservices Patterns

Microservices solve organizational problems, not technical ones. Size for the team, not the technology.


1. When to Use Microservices

✅ Good fit:
├── Large team (> 10 engineers)
├── Independent deployment needed per domain
├── Different scaling requirements per service
├── Different tech stack requirements
└── Clear domain boundaries (DDD)
Installs
1
First Seen
Jun 6, 2026
microservices-patterns — cavaldos/opencode-kit