Event Sourcing skills for AI agents
7 practitioner-grade event sourcing skills, each a focused Markdown document your agent loads into context on demand. Search them from Claude Desktop, Cursor or any MCP client, or pull one with the CLI.
All 7 skills
- Cqrs
Implement Command Query Responsibility Segregation to separate write and read models in event-sourced architectures
159 lines - Event Store
Design and implement event stores for persisting domain events with append-only semantics and optimistic concurrency
163 lines - Event Versioning
Evolve event schemas safely over time using upcasting, weak schema strategies, and version negotiation
186 lines - Eventual Consistency
Handle eventual consistency challenges in distributed event-sourced systems with practical patterns and strategies
197 lines - Projections
Build and maintain read model projections from event streams for optimized query performance
191 lines - Sagas
Coordinate long-running business processes across aggregates and services using sagas and process managers
184 lines - Snapshots
Optimize aggregate loading with snapshot patterns to avoid replaying long event streams from the beginning
234 lines