MANDATORY before any destructive database or schema work — DROP TABLE/COLUMN, TRUNCATE, DELETE or UPDATE across rows, irreversible ALTERs, data backfills, schema migrations. Forces the method: state the exact target → dry-run to count what's affected → write the rollback → only then execute. Triggers on "drop the table", "delete the old rows", "clean up the data", "truncate", "remove the column", "write a migration", "alter the schema", "backfill", any raw SQL against a real database.
$npx -y skills add logicleap-labs/claude-plugins --skill migration-safetyInstalls into the current project.
Run `npx skills use "https://github.com/logicleap-labs/claude-plugins" --skill "logicleap-labs/claude-plugins/migration-safety"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/logicleap-labs/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/logicleap-labs/claude-plugins"` and select the relevant skills, then follow their instructions.