backend-models
Define and structure database models with proper naming conventions, data integrity constraints, and relationship definitions. Use this skill when creating or modifying database model files, defining table schemas, setting up model relationships (one-to-many, many-to-many, one-to-one), working with ORM model files (schema.prisma, models/*, app/models/*, entities/*), implementing data validation at the model level, adding timestamps and audit fields, defining foreign keys and indexes, choosing appropriate data types, configuring cascade behaviors, or balancing database normalization with query performance. Apply this skill when designing database schemas, creating new models, refactoring existing model structures, or reviewing data integrity and relationship configurations.
$ 설치
git clone https://github.com/pdovhomilja/dovhomilja-cz /tmp/dovhomilja-cz && cp -r /tmp/dovhomilja-cz/.claude/skills/backend-models ~/.claude/skills/dovhomilja-cz// tip: Run this command in your terminal to install the skill
Repository
