Back to skills
SkillHub ClubResearch & OpsFull StackBackendDevOps

backend-migrations

Create and manage database migrations with reversible changes, proper naming conventions, and zero-downtime deployment considerations. Use this skill when creating new database migrations, modifying schema changes, adding or removing tables/columns, creating indexes, or managing data migrations. When working on files in migrations/, db/migrate/, alembic/, or prisma/migrations/ directories. When writing up/down migration methods, planning schema changes for production deployments, or reviewing migration files for safety and rollback capability.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
0
Hot score
74
Updated
March 20, 2026
Overall rating
C2.3
Composite score
2.3
Best-practice grade
C57.6

Install command

npx @skill-hub/cli install mshafei721-turbocat-backend-migrations

Repository

mshafei721/Turbocat

Skill path: .claude/skills/backend-migrations

Create and manage database migrations with reversible changes, proper naming conventions, and zero-downtime deployment considerations. Use this skill when creating new database migrations, modifying schema changes, adding or removing tables/columns, creating indexes, or managing data migrations. When working on files in migrations/, db/migrate/, alembic/, or prisma/migrations/ directories. When writing up/down migration methods, planning schema changes for production deployments, or reviewing migration files for safety and rollback capability.

Open repository

Best for

Primary workflow: Research & Ops.

Technical facets: Full Stack, Backend, DevOps, Data / AI, Tech Writer.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: mshafei721.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install backend-migrations into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/mshafei721/Turbocat before adding backend-migrations to shared team environments
  • Use backend-migrations for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: Backend Migrations
description: Create and manage database migrations with reversible changes, proper naming conventions, and zero-downtime deployment considerations. Use this skill when creating new database migrations, modifying schema changes, adding or removing tables/columns, creating indexes, or managing data migrations. When working on files in migrations/, db/migrate/, alembic/, or prisma/migrations/ directories. When writing up/down migration methods, planning schema changes for production deployments, or reviewing migration files for safety and rollback capability.
---

## When to use this skill:

- When creating new database migration files
- When modifying existing migrations before deployment
- When adding, altering, or dropping database tables or columns
- When creating or removing database indexes
- When working on files in migrations/, db/migrate/, alembic/, or prisma/migrations/ directories
- When writing rollback/down methods for migrations
- When planning schema changes that need to be backwards compatible
- When separating schema changes from data migrations
- When creating indexes on large tables with concurrent options
- When naming migration files descriptively
- When reviewing migrations for zero-downtime deployment safety

# 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](../../../agent-os/standards/backend/migrations.md)
backend-migrations | SkillHub