About
This skill provides a comprehensive framework for implementing the CQRS pattern, enabling the clear separation of data modification commands from data retrieval queries. It offers standardized templates for Command and Query buses, type-safe handlers, and asynchronous read-model synchronization. By separating these concerns, developers can optimize read performance, scale components independently, and build robust event-sourced systems that handle complex business logic without compromising on query flexibility.