Acerca de
This skill provides a comprehensive framework for implementing CQRS (Command Query Responsibility Segregation) within backend services. It facilitates the strict separation of data modification (Commands) from data retrieval (Queries), allowing developers to optimize each model independently for performance and scalability. By providing templates for command buses, query handlers, and event-driven synchronization, this skill enables the construction of complex, event-sourced systems and high-traffic applications that require specialized read models and robust write pipelines.