database-migration

Create and track database migrations with rollback support and backup strategies.

1|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/Doyajin174/myskills --skill database-migration-doyajin174
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: database-migration
Source: https://github.com/Doyajin174/myskills/tree/main/.public/skills/database-migration
Command: npx skills add https://github.com/Doyajin174/myskills --skill database-migration-doyajin174

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides database migration management with best practices, including migration scripts, down migrations, and backup strategies.

Core Features & Use Cases

  • Migration scripts: Create and track migrations with rollback support.
  • Practical workflows: Prisma/Drizzle migration patterns and deployment steps.
  • Backups: Always back up before applying migrations.

Quick Start

Add a new migration for a schema change and run it in a safe environment.