microservices-architect by 404kidwiz/claude-supercode-skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill microservices-architect提供设计和实施微服务架构的专业知识。专注于服务分解、服务间通信模式、服务网格实施以及解决分布式系统挑战。
在以下情况调用此技能:
在以下情况请勿调用:
/legacy-modernizer/event-driven-architect/kubernetes-specialist/api-designer广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
Communication Pattern?
├── Synchronous
│ ├── Simple calls → REST/gRPC
│ └── Complex routing → API Gateway
├── Asynchronous
│ ├── Events → Kafka/RabbitMQ
│ └── Commands → Message queues
└── Distributed Transaction
├── Strong consistency → Saga (orchestration)
└── Eventual consistency → Saga (choreography)
| 反模式 | 问题 | 正确方法 |
|---|---|---|
| 分布式单体 | 服务耦合,兼具两者缺点 | 真正的有界上下文 |
| 共享数据库 | 紧耦合 | 每个服务独立的数据库 |
| 同步调用链 | 级联故障 | 尽可能使用异步 |
| 无熔断器 | 级联故障 | 实施 Hystrix/Resilience4j |
| 纳米服务 | 运维开销大 | 规模适中的服务 |
每周安装次数
66
代码仓库
GitHub 星标数
45
首次出现时间
2026年1月24日
安全审计
安装于
opencode55
codex50
gemini-cli50
claude-code47
cursor45
github-copilot43
Provides expertise in designing and implementing microservices architectures. Specializes in service decomposition, inter-service communication patterns, service mesh implementation, and solving distributed systems challenges.
Invoke this skill when:
Do NOT invoke when:
/legacy-modernizer/event-driven-architect/kubernetes-specialist/api-designerCommunication Pattern?
├── Synchronous
│ ├── Simple calls → REST/gRPC
│ └── Complex routing → API Gateway
├── Asynchronous
│ ├── Events → Kafka/RabbitMQ
│ └── Commands → Message queues
└── Distributed Transaction
├── Strong consistency → Saga (orchestration)
└── Eventual consistency → Saga (choreography)
| Anti-Pattern | Problem | Correct Approach |
|---|---|---|
| Distributed monolith | Coupled services, worst of both | True bounded contexts |
| Shared database | Tight coupling | Database per service |
| Synchronous chains | Cascading failures | Async where possible |
| No circuit breakers | Cascading failures | Implement Hystrix/Resilience4j |
| Nano-services | Operational overhead | Right-sized services |
Weekly Installs
66
Repository
GitHub Stars
45
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode55
codex50
gemini-cli50
claude-code47
cursor45
github-copilot43
Laravel架构模式指南:生产级开发模式与最佳实践
1,100 周安装
expert-driven Next.js 16 AI Agent技能 - 专家驱动的智能开发工具,提升AI助手能力
179 周安装
Symfony Scheduler 异步任务调度器:实现稳定重试与失败传输的工作流
177 周安装
UMAP-Learn 教程:Python 非线性降维与数据可视化参数调优指南
178 周安装
Benchling Python SDK与REST API集成指南:生物信息学自动化与生命科学研发
178 周安装
Hypogenic:基于LLM的自动化科学假设生成与测试框架,加速AI科研发现
179 周安装
Arboreto:基因调控网络推断Python库,支持GRNBoost2/GENIE3算法与分布式计算
180 周安装