domain-entity-generator

Installation
SKILL.md

Domain Entity Generator

Overview

This skill generates Domain Entities following Domain-Driven Design (DDD) principles:

  • Encapsulation - Private setters, controlled modification
  • Factory Methods - Static Create() methods with validation
  • Domain Events - State changes raise events
  • Rich Domain Model - Behavior lives in the entity, not services
  • Invariant Protection - Entity always in valid state

Quick Reference

Installs
9
GitHub Stars
71
First Seen
Mar 1, 2026
domain-entity-generator — ronnythedev/dotnet-clean-architecture-skills