AI AGENT ADDONS

Database Migration

wshobson/agents
Databases
14,294installs

Moving your database to a new version or changing its structure can be risky. This skill helps you do it safely with zero-downtime strategies. You will use popular tools like Sequelize, TypeORM, and Prisma.

You will learn to add new columns, rename fields, and copy data without breaking your app. Every change includes a rollback plan so you can undo it if something goes wrong. This is useful for developers who manage databases.

Whether you are upgrading a database version or switching between different ORMs, this skill gives you clear steps. It covers safe migrations and data transformations. Your app stays online during the whole process.

Add Database Migration skill to your workflow

Global

mkdir -p ~/.claude/skills/database-migration

Project

mkdir -p .claude/skills/database-migration

Source Repository

Stars
37,285
Forks
4,009
Watchers
37,285
License
MIT
Last Push
26 days ago
Created
1 year ago