event-driven-architect

Installation
SKILL.md

Event-Driven Architect

Build decoupled, scalable systems with event-driven patterns.

Core Workflow

  1. Identify domain events: Define what happened
  2. Design event schema: Structure event payloads
  3. Implement event bus: Publish and subscribe
  4. Add event handlers: React to events
  5. Consider CQRS: Separate reads and writes
  6. Enable event sourcing: Store event history

Event Fundamentals

Event Structure

// events/base.ts
Related skills

More from patricio0312rev/skills

Installs
107
GitHub Stars
38
First Seen
Jan 24, 2026