microservices-architecture

Installation
SKILL.md

Microservices Architecture

Patterns, trade-offs, and practical guidance for designing, building, and operating microservices systems.


When to Use Microservices (and When Not To)

Microservices are a good fit when:

  • Multiple teams need to deploy independently on different release cadences
  • Different parts of the system have fundamentally different scaling requirements
  • The domain is well understood and service boundaries are clear
  • The organization can invest in infrastructure automation, monitoring, and CI/CD
Installs
9
GitHub Stars
3
First Seen
Feb 15, 2026
microservices-architecture — 1mangesh1/dev-skills-collection