acc-create-domain-event

Installation
SKILL.md

Domain Event Generator

Generate DDD-compliant Domain Events with metadata and tests.

Domain Event Characteristics

  • Immutable: final readonly class
  • Past tense: Describes something that happened
  • Self-contained: All data needed to understand what happened
  • Metadata: Event ID, timestamp, causation/correlation IDs
  • No behavior: Pure data, no logic

Template

<?php

declare(strict_types=1);
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026