·cqrs-event-sourcing
</>

cqrs-event-sourcing

nickcrew/claude-ctx-plugin

CQRS 和事件源模式適用於具有獨立讀/寫模型的可擴展、可審計系統。在構建需要審計的系統、實現時態查詢或設計具有復雜域邏輯的大規模應用程序時使用。

17安裝·2熱度·@nickcrew

安裝

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

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