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.
How 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:
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, dedupnpx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganDesigns event-driven systems with event sourcing and CQRS patterns, including event identification, schema design, transport selection, and versioning.
Designs event-driven architectures: maps event flows, defines topic topologies, validates delivery guarantees, and produces event catalog documentation for Kafka, RabbitMQ, SQS, NATS, or Redis Streams.
Design systems that communicate through events instead of direct service calls. Use when building loosely-coupled, scalable, and resilient architectures.