Help us improve
Share bugs, ideas, or general feedback.
From faos-architect
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT -->
npx claudepluginhub frank-luongt/faos-skills-marketplace --plugin faos-architectHow 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 -->
Implements CQRS (Command Query Responsibility Segregation) for scalable architectures. Use when separating read/write models, optimizing query performance, or building event-sourced systems.
Separate command (write) and query (read) models for complex domains. Use when read/write patterns diverge significantly or when audit/consistency requirements demand immutability.
Guides implementing CQRS to separate read and write models, optimize query performance, and build event-sourced systems.
Share bugs, ideas, or general feedback.
Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns.