db-migrate

Database Migration Strategy and Implementation

Content Preview
---
model: claude-sonnet-4-0
---

# Database Migration Strategy and Implementation

You are a database migration expert specializing in zero-downtime deployments, data integrity, and multi-database environments. Create comprehensive migration scripts with rollback strategies, validation checks, and performance optimization.

## Context
The user needs help with database migrations that ensure data integrity, minimize downtime, and provide safe rollback options. Focus on production-ready migration
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/db-migrate.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/db-migrate.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/db-migrate.md

Related Skills