关于
This skill provides a comprehensive framework and boilerplate for implementing the CQRS pattern, allowing developers to decouple data modification logic from data retrieval. It is particularly useful for building complex, high-performance systems where read and write requirements differ significantly. By providing structured templates for command buses, query handlers, and event synchronization, the skill helps architect systems that can scale independently, support event sourcing, and optimize query performance through specialized read models.