cqrs-implementation
Implementation guide and templates for CQRS, event sourcing, and bus patterns in Python.
Install
npx skills add https://github.com/wshobson/agents --skill cqrs-implementationStats
| Total installs | 3,586 |
| Weekly installs | 3.6K |
| GitHub stars | 32.4K |
| First seen | Jan 20, 2026 |
| Source | @wshobson/agents |
Summary
- 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
Tags
Related skills
| Skill | Installs | vs cqrs-implementation |
|---|---|---|
| helm-chart-scaffolding | 3,689 | +103 |
| prd-to-issues | 4,084 | +498 |
| dbt-transformation-patterns | 3,500 | -86 |
| projection-patterns | 3,473 | -113 |
| c4-architecture | 3,458 | -128 |
FAQ
- How many installs does cqrs-implementation have?
- cqrs-implementation has 3,586 total installs and 3.6K installs this week.
- Where is cqrs-implementation hosted?
- cqrs-implementation is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does cqrs-implementation have?
- cqrs-implementation has 32.4K GitHub stars.
- When was cqrs-implementation first indexed?
- OrangeBot.AI first indexed cqrs-implementation on Jan 20, 2026.
- How do I install cqrs-implementation?
- Run: npx skills add https://github.com/wshobson/agents --skill cqrs-implementation