When to use this skill:
- •When creating new database model or entity files
- •When defining relationships between models (one-to-many, many-to-many)
- •When adding database constraints (NOT NULL, UNIQUE, CHECK)
- •When defining foreign key relationships and cascade behaviors
- •When choosing appropriate data types for columns
- •When adding timestamps or audit fields to models
- •When implementing model-level validations
- •When working on files in
/models/,/entities/, or/prisma/directories - •When indexing columns for query performance
- •When balancing normalization with query performance needs
Backend Models
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend models.
Instructions
For details, refer to the information provided in this file: backend models