← Back to list

backend-models
by mshafei721
Multi-agent AI coding platform powered by Vercel Sandbox and AI Gateway - Phase 3: Skills & MCP Integration Complete
⭐ 0🍴 0📅 Jan 15, 2026
SKILL.md
name: Backend Models description: Define database models and schemas with proper naming, data types, constraints, relationships, and indexing strategies. Use this skill when creating or modifying database models, entity definitions, or schema files. When working on files like models.py, models/.ts, entities/.ts, schema.prisma, or ORM model definitions. When defining table structures, setting up foreign key relationships, adding database constraints (NOT NULL, UNIQUE), choosing appropriate data types, or implementing model-level validation.
When to use this skill:
- When creating new database model or entity files
- When modifying existing model definitions
- When working on files in models/, entities/, or schema/ directories
- When defining table columns and their data types
- When setting up relationships between models (one-to-one, one-to-many, many-to-many)
- When adding database constraints (NOT NULL, UNIQUE, foreign keys)
- When creating indexes on foreign keys and frequently queried columns
- When adding timestamps (created_at, updated_at) to models
- When implementing cascade behaviors for relationships
- When balancing database normalization with query performance
- When adding model-level validation rules
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
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon