create-event-store

Installation
SKILL.md

Event Store Generator

Creates Event Store infrastructure for event sourcing with aggregate history and event replay.

When to Use

Scenario Example
Event sourcing Aggregate state from events
Audit trail Complete change history
Event replay Rebuild projections from events
Temporal queries Query state at any point in time

Component Characteristics

StoredEvent

  • Immutable event wrapper
  • Contains aggregate metadata (id, type, version)
  • Serialized payload
Related skills
Installs
4
GitHub Stars
71
First Seen
Mar 17, 2026