module-entity

Installation
SKILL.md

Module Entity

Use this skill when the request is to create or complete a domain entity within an existing module in modules/, along with the entity unit test and coverage verification.

This skill does not create controller, Prisma repository, migration, seed, or backend adapters. The focus here is only:

  • domain entity
  • explicit, lazy validation
  • reuse of shared rules
  • strong unit tests
  • 100% coverage for the created or updated entity

Required inputs

  1. module name
  2. aggregate name or aggregate path
  3. entity name
  4. list of attributes with types
Installs
1
First Seen
Jun 23, 2026
module-entity — ricardolv/nest-ai-plugins