← スキル一覧に戻る

backend-models
by grimmolf
Soap calculator for Midnight Garden Apothecary with custom additive quality impact calculations
⭐ 0🍴 0📅 2025年11月5日
SKILL.md
name: Backend Models description: Define database models and ORM classes with proper data types, relationships, constraints, and validation logic following framework conventions. Use this skill when working with model definitions, schema classes, entity files, or database table representations in files like models.py, entities.ts, schema.prisma, or models/. Applies when defining table structures, relationships (one-to-many, many-to-many), validation rules, timestamps, indexes, foreign keys, and data integrity constraints at the database level.
Backend Models
When to use this skill
- When creating or modifying model files like
models.py,models.ts,entities.ts,models/User.js, orschema.prisma - When working in model directories such as
models/,entities/,orm/, ordatabase/ - When defining database table structures with columns, data types, and constraints
- When establishing relationships between models (one-to-many, many-to-many, belongs-to, has-many)
- When adding timestamps (
created_at,updated_at) to models for auditing purposes - When implementing model-level validation rules before database operations
- When creating or modifying foreign key relationships and cascade behaviors
- When defining database constraints like NOT NULL, UNIQUE, CHECK constraints, or default values
- When choosing appropriate data types (INTEGER, VARCHAR, TEXT, TIMESTAMP, ENUM, etc.) for columns
- When adding indexes to foreign keys or frequently queried fields for performance optimization
- When working with ORM classes in Django, SQLAlchemy, TypeORM, Prisma, Sequelize, or similar frameworks
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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です