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 で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/nickcrew/claude-ctx-plugin
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01