This helps you implement Command Query Responsibility Segregation when you need to scale reads and writes independently or build event-sourced systems. It walks you through identifying workloads, defining separate command and query models, setting up projections, and validating the whole thing actually works. The skill includes a detailed implementation playbook with patterns and templates. Honestly, CQRS adds real complexity, so the guidance to skip it for simple CRUD domains is probably the most useful part. Good fit if you're dealing with high-performance reporting needs or truly different read/write models, but make sure you actually need it first.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill cqrs-implementation