소개
This skill provides a comprehensive framework for implementing the CQRS (Command Query Responsibility Segregation) pattern in backend applications. It offers standardized templates for command and query buses, handlers, and asynchronous read model synchronization, specifically optimized for Python and FastAPI environments. By decoupling data modification from data retrieval, it enables independent scaling of read and write operations, optimizes query performance for complex reporting, and provides a robust foundation for building event-sourced architectures and microservices.