← Back to list

backend-migrations
by tlabs-xyz
⭐ 0🍴 0📅 Jan 12, 2026
SKILL.md
name: Backend Migrations description: Create and manage database migrations following best practices for reversibility, zero-downtime deployments, and safe schema changes. Use this skill when creating new database migrations, writing migration up/down methods, implementing schema changes (adding/removing tables, columns, indexes, constraints), performing data migrations or transformations, refactoring database structure, implementing backwards-compatible migrations, creating indexes on large tables, renaming database objects, or working with migration files in directories like migrations/, db/migrate/, alembic/versions/, or similar. Use when working with ORMs like Sequelize, TypeORM, Prisma, SQLAlchemy, ActiveRecord, Django ORM, or raw SQL migration files.
When to use this skill
- When creating new database migration files
- When implementing migration up/down (or upgrade/downgrade) methods
- When adding, removing, or modifying database tables
- When adding, removing, or modifying database columns
- When creating, dropping, or modifying indexes or constraints
- When performing data migrations or transformations
- When refactoring database structure
- When implementing backwards-compatible schema changes
- When creating indexes on large tables (considering concurrent options)
- When renaming tables, columns, or other database objects
- When working with migration directories (migrations/, db/migrate/, alembic/versions/)
- When working with ORMs like Sequelize, TypeORM, Prisma, SQLAlchemy, ActiveRecord, Django ORM
- When writing raw SQL migration files
Backend Migrations
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend migrations.
Instructions
For details, refer to the information provided in this file: backend migrations
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon