domain-events-generator
CommunityAutomate domain events and handlers in DDD apps.
Authorronnythedev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a ready-to-use framework for capturing domain events, defining their structure, and wiring up event handlers using MediatR and the Outbox pattern in a Clean Architecture context.
Core Features & Use Cases
- Event Modeling: Create IDomainEvent markers, a base DomainEvent, and concrete events for each aggregate.
- Event Dispatch: Raise events from entities and handle them with dedicated INotificationHandler implementations.
- Reliable Delivery: Integrate with the Outbox pattern to persist and publish events reliably.
- Template-Driven: Includes templates for events, handlers, and outbox integration to accelerate development.
- Use Cases: Apply to aggregate roots like Order or Customer to emit Created/Updated/Deleted domain events and trigger side effects.
Quick Start
Use the domain-events-generator skill to scaffold domain events for an example aggregate (e.g., Order) with Created and Updated events and a basic outbox setup.
Dependency Matrix
Required Modules
None requiredComponents
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: domain-events-generator Download link: https://github.com/ronnythedev/dotnet-clean-architecture-skills/archive/main.zip#domain-events-generator Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.