Back to list
dpietersz

backend-models

by dpietersz

My personal website

0🍴 0📅 Jan 16, 2026

SKILL.md


name: Backend Models description: Define database models with clear naming, proper data types, relationships, constraints, and validation rules. Use this skill when creating or editing ORM model files, database schema definitions, model classes, or entity definitions. When working with model files (e.g., models/*.rb, models/*.py, *.model.ts, entities/*.java), defining table structures, setting up foreign keys and relationships, adding timestamps, implementing data validation, or configuring database constraints. When establishing model associations, cascade behaviors, or indexes on model attributes.

Backend Models

When to use this skill

  • When creating or editing ORM model files (e.g., ActiveRecord models, Django models, Sequelize models, Prisma schema)
  • When defining database table structures and schemas
  • When setting up model relationships (has_many, belongs_to, many-to-many)
  • When adding database constraints (NOT NULL, UNIQUE, foreign keys)
  • When implementing model-level validation rules
  • When choosing appropriate data types for model attributes
  • When adding created_at and updated_at timestamps
  • When creating indexes on foreign keys or frequently queried fields
  • When defining cascade behaviors for relationships
  • When working in model directories or entity definition files

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

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon