create-entity

Create a new immutable domain entity following DDD patterns. Use when user needs to create a new business entity with domain logic, value objects, and behavior methods. Generates entity class with private constructor, static factory, and domain methods.

$ 安裝

git clone https://github.com/Dev-Int/tests /tmp/tests && cp -r /tmp/tests/.claude/skills/create-entity ~/.claude/skills/tests

// tip: Run this command in your terminal to install the skill