Migration Planner

Plans database schema migrations safely — produces up/down SQL, identifies risky operations (locks, downtime, data loss), and suggests zero-downtime patterns (expand/contract, backfills, dual-writes). Use this skill when the user asks to "add a column", "rename a table", "change a constraint", needs a migration script, or asks how to migrate without downtime.

kakarot-oncloud 511b2c8 2 files · 4.5 KB Updated

File contents

kakarot-oncloud/claude-dev-skills/tree/main/skills/migration-planner commit 511b2c8312

Frequently asked questions

npx skillmds@latest add kakarot-oncloud/migration-planner