·event-driven-architecture
</>

event-driven-architecture

nickcrew/claude-ctx-plugin

具有事件源、CQRS 和消息驱动通信的事件驱动架构模式。在设计分布式系统、微服务通信或需要最终一致性和可扩展性的系统时使用。

21安装·1热度·@nickcrew

安装

$npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill event-driven-architecture

SKILL.md

Expert guidance for designing, implementing, and operating event-driven systems with proven patterns for event sourcing, CQRS, message brokers, saga coordination, and eventual consistency management.

Events as First-Class Citizens Events represent immutable facts that have occurred in the system. Use past tense naming (OrderCreated, PaymentProcessed) and include all necessary context.

Eventual Consistency Systems achieve consistency over time rather than immediately. Trade strong consistency for higher availability and scalability.

具有事件源、CQRS 和消息驱动通信的事件驱动架构模式。在设计分布式系统、微服务通信或需要最终一致性和可扩展性的系统时使用。 来源:nickcrew/claude-ctx-plugin。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill event-driven-architecture
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 event-driven-architecture?

具有事件源、CQRS 和消息驱动通信的事件驱动架构模式。在设计分布式系统、微服务通信或需要最终一致性和可扩展性的系统时使用。 来源:nickcrew/claude-ctx-plugin。

如何安装 event-driven-architecture?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill event-driven-architecture 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/nickcrew/claude-ctx-plugin