github.com/jeremylongshore/claude-code-plugins-plus-skills
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".
Review Score
17%
Validation Score
12/16
Implementation Score
0%
Activation Score
0%
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.