cqrs-event-sourcing
✓CQRS 和事件源模式适用于具有独立读/写模型的可扩展、可审计系统。在构建需要审计的系统、实现时态查询或设计具有复杂域逻辑的大规模应用程序时使用。
SKILL.md
Expert guidance for implementing Command Query Responsibility Segregation (CQRS) and Event Sourcing patterns to build scalable, auditable systems with complete historical tracking and optimized read/write models.
Command Query Separation Separate operations that change state (commands) from operations that read state (queries).
| Express intent (CreateOrder, UpdatePrice) | Return data, never change state | | Can be rejected (validation failures) | Can be cached and optimized | | Return success/failure, not data | Multiple models for different needs | | Change system state | Eventually consistent with writes |
CQRS 和事件源模式适用于具有独立读/写模型的可扩展、可审计系统。在构建需要审计的系统、实现时态查询或设计具有复杂域逻辑的大规模应用程序时使用。 来源:nickcrew/claude-ctx-plugin。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill cqrs-event-sourcing- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 cqrs-event-sourcing?
CQRS 和事件源模式适用于具有独立读/写模型的可扩展、可审计系统。在构建需要审计的系统、实现时态查询或设计具有复杂域逻辑的大规模应用程序时使用。 来源:nickcrew/claude-ctx-plugin。
如何安装 cqrs-event-sourcing?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill cqrs-event-sourcing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/nickcrew/claude-ctx-plugin
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-01