Help us improve
Share bugs, ideas, or general feedback.
From role-backend
Designs microservices architectures: decomposes monoliths, implements REST/gRPC/events communication, sagas, circuit breakers, Istio service mesh, API gateways, discovery, and tracing. For resilience patterns.
npx claudepluginhub rnavarych/alpha-engineer --plugin role-backendHow this skill is triggered — by the user, by Claude, or both
Slash command
/role-backend:microservicesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Evaluating whether microservices are the right architectural choice
Designs microservices architectures with service boundaries, event-driven communication, and resilience patterns. Useful when building distributed systems, decomposing monoliths, or implementing microservices.
Guides microservices and distributed systems architecture: service decomposition, inter-service communication, data isolation, resilience patterns, and observability.
Designs microservices architectures with service boundaries, event-driven communication, data management, and resilience patterns. For decomposing monoliths and building distributed systems.
Share bugs, ideas, or general feedback.
references/decomposition-communication.md — when to use (and not use) microservices, decomposition strategies (business capability, DDD bounded contexts, strangler fig), synchronous vs asynchronous communication patterns, and the saga pattern (choreography vs orchestration)references/resilience-infrastructure.md — circuit breaker states and library options, API gateway responsibilities, service mesh trade-offs, service discovery approaches, distributed tracing with OpenTelemetry, retry/timeout strategy, and liveness/readiness health checks