From faos-architect
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
How this skill is triggered — by the user, by Claude, or both
Slash command
/faos-architect:cqrs-implementationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns.
npx claudepluginhub frank-luongt/faos-skills-marketplace --plugin faos-architectImplement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.
Implement CQRS to separate read and write models, optimize query performance, and build event-sourced systems.
Implements CQRS (Command Query Responsibility Segregation) for scalable architectures. Use when separating read/write models, optimizing query performance, or building event-sourced systems.