microservices-architect

microservices architect

jeffallan 11k ↓ 3.6k MIT updated 2mo ago
Claude Code
View source ↗

What it does

  • Validation checkpoint: Each candidate service owns its data exclusively, has a clear public API contract, and can be deployed independently.
  • Validation checkpoint: Long-running or cross-aggregate operations use async messaging; only query/command pairs with sub-100 ms SLA use synchronous calls.
  • Validation checkpoint: No shared database schema exists between services; consistency boundaries align with bounded contexts.
  • Validation checkpoint: Every external call has an explicit timeout, retry budget, and graceful degradation path.
  • Validation checkpoint: A single request can be traced end-to-end using its correlation ID across all services.
  • Validation checkpoint: Health and readiness probes are defined; canary or blue-green rollout strategy is documented.
  • Apply domain-driven design for service boundaries

Requirements & configuration

  • const { v4: uuidv4 } = require('uuid');

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

microservices architect

Source

Repository: https://github.com/jeffallan/claude-skills

microservices-architect FAQ

What does the microservices-architect skill do?

Designs distributed system architectures, decomposes monoliths into bounded-context services, recommends communication patterns, and produces service boundary diagrams and resilience strategies. Use when designing distributed systems, decomposing monoliths, or implementing microservices patterns — including service boundaries, DDD, saga patterns, event sourcing, CQRS, service mesh, or distributed tracing. Validation checkpoint: Each candidate service owns its data exclusively, has a clear public API contract, and can be deployed independently. Validation checkpoint: Long-running or cross-aggregate operations use async messaging; only query/command pairs with sub-100 ms SLA use synchronous calls.

How do I install microservices-architect?

Run: npx -y skills add https://github.com/jeffallan/claude-skills --skill microservices-architect --agent claude-code — the source lives at github.com/jeffallan/claude-skills.

Maintain microservices-architect?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[microservices-architect on getagentictools](https://getagentictools.com/skills/jeffallan-claude-skills-microservices-architect?ref=badge)
npx agentictools info skills/jeffallan-claude-skills-microservices-architect

The second line is the CLI lookup for this page — handy in READMEs and docs.