From antigravity-awesome-skills
Implements CQRS (Command Query Responsibility Segregation) for scalable architectures. Use when separating read/write models, optimizing query performance, or building event-sourced systems.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-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 sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderImplements CQRS (Command Query Responsibility Segregation) for scalable architectures. Use when separating read/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.