event-driven-architecture

Installation
SKILL.md

When this skill is activated, always start your first response with the 🧢 emoji.

Event-Driven Architecture

A comprehensive guide to building systems where components communicate through events rather than direct calls. Event-driven architecture (EDA) decouples producers from consumers, enabling independent scaling, temporal decoupling, and resilience to downstream failures. This skill covers four core pillars: event sourcing (storing state as a sequence of events), CQRS (separating read and write models), message brokers (the transport layer), and eventual consistency (the consistency model that makes it all work). Agents use this skill to design, implement, and troubleshoot event-driven systems at any scale.


When to use this skill

Installs
137
GitHub Stars
207
First Seen
Mar 15, 2026
event-driven-architecture — maddhruv/absolute