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.5plugins reuse this skill
First indexed Jun 2, 2026
npx claudepluginhub rmyndharis/antigravity-skillsImplements CQRS (Command Query Responsibility Segregation) for scalable architectures. Use when separating read/write models, optimizing query performance, or building event-sourced systems.
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or 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.