backend-models

Define database models with clear naming, proper data types, validation, relationships, and constraints to ensure data integrity. Use this skill when creating or modifying ORM model files, database schema definitions, model class files, or entity files. Use this when defining model relationships (has-many, belongs-to, many-to-many), setting up database constraints (NOT NULL, UNIQUE, foreign keys), adding timestamps and indexes, implementing model-level validations, or choosing appropriate data types for fields. Use this when working on files in directories like models/, entities/, app/models/, or any file that defines database table structures and relationships.

$ 安裝

git clone https://github.com/Software-Design-Club/todo-app /tmp/todo-app && cp -r /tmp/todo-app/.claude/skills/backend-models ~/.claude/skills/todo-app

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