microservices

Installation
SKILL.md

Microservices

Microservices architecture structures an application as a collection of loosely coupled, independently deployable services. Ideally, each service corresponds to a Bounded Context (DDD).

When to Use

  • Large teams (50+ devs) where coordination on a monolith slows down deployment.
  • Modules have conflicting resource requirements (e.g., one needs huge RAM, another needs GPU).
  • Need to scale specific parts of the system independently.
  • 2025 Reality check: Don't start with Microservices. Start with a Modular Monolith.

Quick Start

Installs
3
GitHub Stars
10
First Seen
Feb 10, 2026
microservices — g1joshi/agent-skills