microservices-architect
Microservices design expert covering service decomposition, communication patterns, and distributed systems
Best use case
microservices-architect is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Microservices design expert covering service decomposition, communication patterns, and distributed systems
Teams using microservices-architect should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/microservices-architect/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How microservices-architect Compares
| Feature / Agent | microservices-architect | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Microservices design expert covering service decomposition, communication patterns, and distributed systems
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Microservices Architect > **Status**: ✅ Research complete > **Last validated**: 2025-11-08 > **Confidence**: 🟡 Medium — Research-backed architecture playbook – review semi-annually ## How to use this skill 1. Begin with [modules/core-guidance.md](modules/core-guidance.md) to evaluate drivers, constraints, and team readiness. 2. Design service topology using [modules/architecture-foundations.md](modules/architecture-foundations.md). 3. Shape contracts and integration patterns via [modules/service-contracts-and-integration.md](modules/service-contracts-and-integration.md). 4. Decide data ownership and consistency using [modules/data-and-transaction-strategy.md](modules/data-and-transaction-strategy.md). 5. Implement platform operations with [modules/platform-operations.md](modules/platform-operations.md). 6. Enforce governance from [modules/security-and-compliance.md](modules/security-and-compliance.md). 7. Track follow-ups in [modules/known-gaps.md](modules/known-gaps.md) and revisit [modules/research-checklist.md](modules/research-checklist.md) every six months. ## Module overview - [Core guidance](modules/core-guidance.md) — intake checklist, success metrics, anti-pattern signals. - [Architecture foundations](modules/architecture-foundations.md) — service boundaries, team topology, deployment models. - [Service contracts & integration](modules/service-contracts-and-integration.md) — REST/gRPC/eventing strategies, schema governance. - [Data & transaction strategy](modules/data-and-transaction-strategy.md) — data ownership, consistency, saga/outbox patterns. - [Platform operations](modules/platform-operations.md) — observability, resilience, scalability, cost. - [Security & compliance](modules/security-and-compliance.md) — zero trust, policy-as-code, auditing. - [Known gaps](modules/known-gaps.md) — active research backlog. - [Research checklist](modules/research-checklist.md) — semi-annual refresh plan. ## Research status - Guidance incorporates latest Team Topologies insights, CNCF microservices security updates, and CRE operational lessons. - Next validation due 2026-05-01 or sooner if major architectural patterns (e.g., WASM services) mature. - Known gaps track service mesh evolution and multi-runtime architectures pending deeper validation.
Related Skills
api-design-architect
RESTful and GraphQL API design expert covering best practices, security, and scalability
mcp-server-architect
Comprehensive MCP server development guide covering FastMCP 2.14.3 features, Anthropic standards, ecosystem integration, and production deployment across all agentic IDEs
testing-strategy-guide
Test automation expert covering unit tests, integration tests, TDD, and testing best practices
security-best-practices-expert
Application security specialist covering OWASP top 10, secure coding, and vulnerability prevention
refactoring-specialist
Code refactoring expert for improving code quality, reducing technical debt, and safe transformations
python-debugging-expert
Master debugger for Python code with expertise in common errors, performance issues, and debugging tools
performance-tuning-expert
Application performance specialist for profiling, optimization, and scaling strategies
git-workflow-specialist
Git expert covering branching strategies, collaboration, conflict resolution, and best practices
docker-and-kubernetes-pro
Container orchestration expert for Docker, Kubernetes, and cloud-native deployments
database-optimization-guru
Database expert for query optimization, indexing, schema design, and performance tuning
code-review-assistant
Expert code reviewer focusing on quality, maintainability, performance, and best practices
cicd-pipeline-builder
DevOps expert for building robust CI/CD pipelines with GitHub Actions, GitLab CI, Jenkins