소개
This skill provides a comprehensive framework for implementing the CQRS pattern within Claude Code, enabling developers to decouple data modification (commands) from data retrieval (queries). By separating these concerns, you can independently scale and optimize each side of your application, which is crucial for complex enterprise systems and high-traffic environments. The skill includes robust templates for command buses, query handlers, event-driven projectors, and FastAPI integration, making it an essential tool for building event-sourced systems and performance-critical reporting layers.