关于
This skill provides a comprehensive framework for implementing the Command Query Responsibility Segregation (CQRS) pattern within backend systems. It enables developers to decouple data modification logic from retrieval logic, allowing for independent scaling of read and write operations. With standardized templates for command buses, query handlers, and event-driven synchronization, this skill is essential for building complex, high-performance distributed systems, event-sourced architectures, and optimized reporting models.