database-migration-manager
Manage database migrations with version control, rollback capabilities, and automated schema evolution tracking
Installation
Open Claude Code and run this command:
/plugin install database-migration-manager@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Manage database migrations with version control, rollback capabilities, and automated schema evolution tracking.
Features
- Multi-Database Support: PostgreSQL, MySQL, SQLite, MongoDB
- Version Control: Timestamped migrations with up/down support
- Best Practices: Idempotent operations, transaction support
- Templates: Pre-built migration templates for common operations
- Safety: Rollback support and validation checks
Skills (1)
managing-database-migrations
View full skill →
'Process use when you need to work with database migrations.
ReadWriteEditGrepGlobBash(psql:*)Bash(mysql:*)Bash(mongosh:*)
How It Works
/migration
Use Cases
/migration
Prompt: "Create a migration to add a 'role' column to the users table"
Result: Generates a timestamped migration file with both up and down migrations.