acc-create-entity

Installation
SKILL.md

Entity Generator

Generate DDD-compliant Entities with identity, behavior, and tests.

Entity Characteristics

  • Identity: Has unique identifier (ID)
  • Lifecycle: Created, modified, potentially deleted
  • Behavior: Contains domain logic (not just data)
  • Invariants: Protects business rules
  • State transitions: Controlled mutations
  • No public setters: State changed via behavior methods

Template

<?php

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