Design event-driven systems: contracts, topics, consumers, retries, idempotency, and sagas. Use for asynchronous workflows, reliability patterns, retry/replay design, DLQ handling. NOT for CRUD APIs or ETL pipelines.
Scanned 5/28/2026
Install to Claude Code
npx -y skills add martineserios/thebrana --skill event-driven-architect --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Event Driven Architect?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/martineserios-event-driven-architect)More formats (shields.io, HTML) on the badges page.
---
name: event-driven-architect
description: "Design event-driven systems: contracts, topics, consumers, retries, idempotency, and sagas. Use for asynchronous workflows, reliability patterns, retry/replay design, DLQ handling. NOT for CRUD APIs or ETL pipelines."
group: brana
keywords: [event-driven, async, events, sagas, idempotency, dlq, pub-sub, outbox, reliability, state-machine]
allowed-tools: [Read, Write, Edit, Glob, Grep, AskUserQuestion]
status: experimental
source: "github.com/wyattowalsh/agents/skills/event-driven-architect"
acquired: "2026-05-14"
quarantine: false
---
<!-- PROCEDURE_FILE: procedures/event-driven-architect.md -->
This skill's full procedure is in a separate file for startup performance (ADR-034).
Read and execute `system/procedures/event-driven-architect.md` from the plugin root directory.
If the path doesn't resolve, use Glob to find `**/procedures/event-driven-architect.md`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.