event-driven-architect

Community

Design event-driven architectures

AuthorDexploarer
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Design robust event-driven architectures for scalable, loosely coupled microservices, covering event sourcing, CQRS, and saga patterns.

Core Features & Use Cases

  • Event Sourcing: Store changes as events and reconstruct state by replay.
  • CQRS: Separate write and read models for scalability.
  • Saga Pattern: Manage distributed transactions across services.
  • Event Streaming: Process continuous event flows in real time.

Quick Start

Outline domain events, commands, and queries; choose a messaging backbone (Kafka/RabbitMQ); implement a basic event store with projections.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: event-driven-architect
Download link: https://github.com/Dexploarer/hyper-forge/archive/main.zip#event-driven-architect

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository