DevOpsPython

Event-Driven Architecture

by nimadorostkar

Event-Driven Architecture is a DevOps skill for Claude Code, published by nimadorostkar in Claude-Skills-collection.

18 stars2 forkson nimadorostkar/Claude-Skills-collectionAdded 2026/07/16+13% in starsRepository updated 2026/07/14
aiclaudeclaude-skillsskills
Install in seconds
Install Event-Driven Architecture
Copy Event-Driven Architecture into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/nimadorostkar/Claude-Skills-collection/tree/main/skills/backend/event-driven-architecture ~/.claude/skills/event-driven-architecture

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/nimadorostkar/Claude-Skills-collection.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/backend/event-driven-architecture/SKILL.md in nimadorostkar/Claude-Skills-collection
Installs to
~/.claude/skills/event-driven-architecture
Collection
One of 50 skills cataloged from this repository
Category
DevOps1075 skills

What Event-Driven Architecture does

Use when designing systems around events and message queues. Covers event schema design, delivery guarantees, idempotent consumers, ordering, dead-letter handling, and event sourcing.

Event-Driven Architecture is cataloged under DevOps on DirSkills. Event-Driven Architecture comes from a repository tagged ai, claude, claude-skills and skills.

Documentation

README

Event-Driven Architecture

Purpose

Design event flows that survive redelivery, reordering, and consumer failure — because all three will happen, and the broker's guarantees are weaker than most designs assume.

When to Use

  • Introducing a message broker or queue.
  • Designing event schemas that other teams will consume.
  • Debugging duplicate processing, lost messages, or stuck consumers.
  • Evaluating event sourcing for a subsystem.

Capabilities

  • Event schema design and versioning.
  • Delivery semantics: at-most-once, at-least-once, effectively-once.
  • Idempotent consumer design.
  • Ordering and partitioning strategy.
  • Dead-letter queues, retry policies, and poison-message handling.
  • Event sourcing and CQRS, and when the cost is justified.

Inputs

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Event-Driven Architecture

  • What else does nimadorostkar publish alongside Event-Driven Architecture?

    Event-Driven Architecture is one of 50 skills that DirSkills catalogs from nimadorostkar/Claude-Skills-collection, the repository it ships in. Its siblings there include API Design, Agent Design and Agent Instructions. Each one is a separate skill with its own page in this directory, installs the same way Event-Driven Architecture does, and is maintained by nimadorostkar in that same repository. The rest of the collection is listed on the nimadorostkar/Claude-Skills-collection page.

  • How does Event-Driven Architecture compare to other DevOps skills?

    Event-Driven Architecture ranks #1065 by stars among the 1075 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Event-Driven Architecture against them. Open each page to compare what they document and how they install.

More from nimadorostkar/Claude-Skills-collection

Event-Driven Architecture is one of 50 skills cataloged on DirSkills from nimadorostkar/Claude-Skills-collection.

See all 50 skills