create-entity
CommunityAutomate domain entity creation with DDD best practices.
AuthorDev-Int
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill eliminates the complexity of implementing proper domain entities by automatically generating immutable classes with business behavior.
Core Features & Use Cases
- Domain Modeling: Create rich domain entities with encapsulated business logic and validation.
- Immutable Design: Automatically implement immutable patterns with private constructors and static factories.
- Use Case: When modeling a new business concept like an Article, this Skill generates the entity class with proper value objects and domain methods.
Quick Start
Create an Article entity in the Admin bounded context with name and uuid fields, including rename behavior.
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: create-entity Download link: https://github.com/Dev-Int/tests/archive/main.zip#create-entity Please download this .zip file, extract it, and install it in the .claude/skills/ directory.