event-driven-architect by 404kidwiz/claude-supercode-skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill event-driven-architect提供设计和实现事件驱动架构的专业知识。涵盖消息代理、事件溯源、CQRS 以及用于构建可扩展、解耦系统的标准,如 CloudEvents 和 AsyncAPI。
在以下情况下调用此技能:
在以下情况下请勿调用:
Message Broker Selection:
├── High throughput, streaming → Kafka
├── Flexible routing → RabbitMQ
├── Cloud-native, serverless → EventBridge, Pub/Sub
├── Simple queuing → SQS, Redis Streams
└── Enterprise integration → Azure Service Bus
Pattern Selection:
├── Audit/replay needed → Event Sourcing
├── Read/write separation → CQRS
├── Simple async → Pub/Sub
├── Guaranteed delivery → Transactional outbox
└── Complex routing → Message router
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 反模式 | 问题 | 正确方法 |
|---|---|---|
| 同步优于异步 | 违背初衷 | 使用适当的模式 |
| 缺乏幂等性 | 重复处理 | 设计幂等的处理器 |
| 忽略顺序 | 数据一致性问题 | 必要时按键分区 |
| 事件过大 | 网络开销 | 使用小事件,按需获取详情 |
| 忽略模式演进 | 破坏性变更 | 制定版本控制策略 |
每周安装量
88
代码仓库
GitHub 星标数
42
首次出现
2026年1月24日
安全审计
安装于
opencode70
claude-code70
gemini-cli64
codex62
github-copilot59
cursor58
Provides expertise in designing and implementing event-driven architectures. Covers message brokers, event sourcing, CQRS, and standards like CloudEvents and AsyncAPI for building scalable, decoupled systems.
Invoke this skill when:
Do NOT invoke when:
Message Broker Selection:
├── High throughput, streaming → Kafka
├── Flexible routing → RabbitMQ
├── Cloud-native, serverless → EventBridge, Pub/Sub
├── Simple queuing → SQS, Redis Streams
└── Enterprise integration → Azure Service Bus
Pattern Selection:
├── Audit/replay needed → Event Sourcing
├── Read/write separation → CQRS
├── Simple async → Pub/Sub
├── Guaranteed delivery → Transactional outbox
└── Complex routing → Message router
| Anti-Pattern | Problem | Correct Approach |
|---|---|---|
| Synchronous over async | Defeats purpose | Use proper patterns |
| No idempotency | Duplicate processing | Design idempotent handlers |
| Ignoring order | Data consistency issues | Partition by key if needed |
| Huge events | Network overhead | Small events, fetch details |
| No schema evolution | Breaking changes | Versioning strategy |
Weekly Installs
88
Repository
GitHub Stars
42
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode70
claude-code70
gemini-cli64
codex62
github-copilot59
cursor58
Kotlin Ktor 服务器模式指南:构建健壮 HTTP API 的架构与最佳实践
1,000 周安装
Remotion 演练视频制作指南:使用 Stitch 与 Remotion 创建专业应用演示视频
16,300 周安装
SoulTrace 人格评估 API - 基于五色心理模型的贝叶斯自适应测试
20,400 周安装
Git Commit 规范指南:使用 Conventional Commits 标准化提交信息
21,000 周安装
Playwright 最佳实践指南 - 端到端测试、组件测试、API测试全面教程
21,600 周安装
Expo原生UI开发指南:构建iOS/Android原生界面与动画效果
25,200 周安装
Overdrive:浏览器极限性能优化,打造非凡用户体验的Web界面增强技能
25,900 周安装