cqs-patterns
CommunityApply CQS/CQRS patterns in .NET.
AuthorDoubleslashSE
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Command Query Separation (CQS) and CQRS patterns guide you to separate read and write concerns in .NET applications, improving clarity, testability, and maintainability.
Core Features & Use Cases
- Architectural clarity: enforce a strict boundary between commands (state-changing) and queries (read-only).
- Scalable design: support separate read and write models, handlers, and data stores.
- Practical guidance: includes examples of Commands, Queries, Handlers, and Dispatcher usage to model real-world scenarios.
Quick Start
Review the provided patterns and implement a minimal CQRS skeleton: define a CreateEntityCommand with a corresponding CommandHandler, a GetEntityQuery with a QueryHandler, and wire them through a Dispatcher in your .NET app.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: cqs-patterns Download link: https://github.com/DoubleslashSE/claude-marketplace/archive/main.zip#cqs-patterns Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.