Entity Model

Scaffold a new Rock RMS entity model with all required files and conventions. Creates the entity class, EntityTypeConfiguration, SystemGuid entry, optional enum definitions, and optional service class. Use when the user says "create an entity", "new entity model", "scaffold entity", "add a new table", "new model class", or describes a new domain object that needs a database table. Also use when asked to "review entity model" or "check my entity". Do NOT use for ViewModels/Bags — use /bag-generator instead. Do NOT use for migrations — use /migration after scaffolding the entity.

sparkdevnetwork 5034f63 3 files · 33.6 KB Updated

File contents

sparkdevnetwork/rock/tree/main/.claude/skills/entity-model commit 5034f6348b

Frequently asked questions

npx skillmds@latest add sparkdevnetwork/entity-model