From database-migration-manager
This skill enables Claude to manage database schema changes through version-controlled migrations. It is activated when the user requests to create, apply, or rollback database migrations. The skill supports generating timestamped migration files with both up and down migrations for PostgreSQL, MySQL, SQLite, and MongoDB. It helps in tracking schema evolution and ensuring safe database modifications. Use this skill when the user mentions "database migration", "schema change", "add column", "rollback migration", or "create migration".
How this skill is triggered — by the user, by Claude, or both
Slash command
/database-migration-manager:database-migration-managerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill empowers Claude to handle database migrations, including creating new migrations, applying changes, and rolling back previous modifications. It ensures that database schema changes are managed safely and efficiently.
This skill empowers Claude to handle database migrations, including creating new migrations, applying changes, and rolling back previous modifications. It ensures that database schema changes are managed safely and efficiently.
This skill activates when you need to:
User request: "Create a migration to add an 'email' column to the 'users' table."
The skill will:
User request: "Rollback the last database migration."
The skill will:
YYYYMMDDHHMMSS_add_email_to_users).This skill can be used independently or in conjunction with other plugins for database management, ORM integration, and deployment automation.
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Design banners for social media, ads, website heroes, and print with multiple art direction options and AI-generated visuals.
2plugins reuse this skill
First indexed Jul 13, 2026
npx claudepluginhub dorucioclea/claude-code-plugins-plus --plugin database-migration-manager