Help us improve
Share bugs, ideas, or general feedback.
From billy-milligan
Redirects deprecated event-driven skill to references on patterns like outbox, saga, CQRS, schema versioning, Kafka topic design, consumer groups, DLQ, and exactly-once semantics.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganHow this skill is triggered — by the user, by Claude, or both
Slash command
/billy-milligan:event-drivenThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill has been split into focused reference files:
Maps event flows, designs topic topologies, schemas, and delivery guarantees for event-driven architectures using Kafka, RabbitMQ, Redis Streams, NATS, SQS. Supports event sourcing, CQRS, sagas.
Design systems that communicate through events instead of direct service calls. Use when building loosely-coupled, scalable, and resilient architectures.
Advises on architecture patterns: SOLID, DDD, CQRS, Event Sourcing, Clean/Hexagonal, microservices, Data Mesh, EDA, Service Mesh, micro-frontends, Vertical Slice, Saga/Outbox. For architectural decisions, design evaluations, refactoring.
Share bugs, ideas, or general feedback.
This skill has been split into focused reference files:
architecture/system-design/references/event-driven-patterns.md — outbox, saga, CQRS, schema versioningshared/kafka-deep/references/topic-design.md — topic naming, partitions, retentionshared/kafka-deep/references/consumer-patterns.md — consumer groups, DLQ, error handlingshared/kafka-deep/references/exactly-once.md — idempotent producers, transactions, dedup