Back to list
coreyja

backend-models

by coreyja

New and Hopefully Improved Personal Site

6🍴 1📅 Jan 24, 2026

SKILL.md


name: Backend Models description: Define database models with clear naming, appropriate data types, proper constraints, and relationship definitions. Use this skill when creating or modifying ORM model files, database entity definitions, or data structure schemas. When defining table relationships, foreign keys, and cascade behaviors. When implementing model validation rules, timestamps, or indexes. When working with model files in frameworks like SQLAlchemy, Sequelize, ActiveRecord, SQLx, Prisma, or similar ORMs. When choosing appropriate data types for columns or establishing data integrity constraints (NOT NULL, UNIQUE, foreign keys).

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.

When to use this skill

  • When creating or modifying ORM model files or database entity definitions
  • When defining table relationships (one-to-many, many-to-many, one-to-one)
  • When establishing foreign key constraints and cascade behaviors
  • When choosing appropriate data types for database columns
  • When adding timestamps (created_at, updated_at) to models
  • When implementing data integrity constraints (NOT NULL, UNIQUE, CHECK)
  • When creating indexes on frequently queried columns
  • When working with model validation at the ORM layer
  • When defining model naming conventions (singular vs plural)
  • When working with ORM frameworks like SQLAlchemy, Sequelize, ActiveRecord, SQLx, Diesel, or Prisma

Instructions

For details, refer to the information provided in this file: backend models

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

Reviews

💬

Reviews coming soon