From rmyndharis-antigravity-skills
Implement CQRS to separate read and write models, optimize query performance, and build event-sourced systems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rmyndharis-antigravity-skills:cqrs-implementationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns.
Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns.
resources/implementation-playbook.md.resources/implementation-playbook.md for detailed CQRS patterns and templates.npx claudepluginhub rmyndharis/antigravity-skills10plugins reuse this skill
First indexed Jun 2, 2026
Showing the 6 earliest of 10 plugins
Implements Command Query Responsibility Segregation (CQRS) for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.
Implements CQRS patterns for separating read and write models, optimizing query performance, and building event-sourced systems.
Guides designing CQRS architecture by separating command and query models for independent optimization and scaling. Use when read/write workloads have asymmetric scaling, consistency, or model requirements.