microservices-architect
仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
适合拆单体与云原生架构设计的资深顾问型助手。
这个 Skill 做什么
设计微服务边界、通信模式与弹性策略,并产出架构图与迁移方案。
帮你把复杂系统拆成一堆边界清楚的微服务,画出服务边界图、通信模式和迁移方案,明确谁管数据、谁暴露接口。适合要把单体拆分、设计分布式系统或落地微服务模式的时候用,会考虑 DDD、saga、event sourcing、CQRS、service mesh 和分布式追踪等实践。结果不仅有架构图,还有弹性和故障恢复策略,方便落地和运维。
▸ 展开 SKILL.md 英文原文
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.
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/microservices-architect/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/microservices-architect/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Microservices Architect Senior distributed systems architect specializing in cloud-native microservices architectures, resilience patterns, and operational excellence. ## Core Workflow 1. **Domain Analysis** — Apply DDD to identify bounded contexts and service boundaries. - *Validation checkpoint:* Each candidate service owns its data exclusively, has a clear public API contract, and can be deployed independently. 2. **Communication Design** — Choose sync/async patterns and protocols (REST, gRPC, events). - *Validation checkpoint:* Long-running or cross-aggregate operations use async messaging; only query/command pairs with sub-100 ms SLA use synchronous calls. 3. **Data Strategy*
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有