cqrs-implementation

Installation
Summary

Separate read and write models with command and query buses for scalable, event-driven architectures.

  • Provides command and query handler infrastructure with bus patterns for dispatching operations to appropriate handlers
  • Includes templates for command validation, event persistence, read model projections, and FastAPI integration
  • Supports eventual consistency patterns with checkpoint-based synchronization and read-your-writes consistency helpers
  • Covers event sourcing fundamentals, aggregate design, and projection rebuilding for maintaining denormalized read models
SKILL.md

CQRS Implementation

Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns.

When to Use This Skill

  • Separating read and write concerns
  • Scaling reads independently from writes
  • Building event-sourced systems
  • Optimizing complex query scenarios
  • Different read/write data models needed
  • High-performance reporting requirements

Core Concepts

1. CQRS Architecture

                    ┌─────────────┐
Related skills

More from wshobson/agents

Installs
6.3K
Repository
wshobson/agents
GitHub Stars
35.3K
First Seen
Jan 20, 2026