MongoDB schema migration safety reviewer and migration script generator. ALWAYS use when writing, reviewing, or planning MongoDB schema changes — field additions/removals, index builds, schema validator changes, document type migrations, shard key modifications, or any bulk update touching production collections. Covers index build lock behavior (foreground vs rolling builds), additive schema evolution, _id-range batched updates, write concern tuning during migration, reshardCollection (5.0+), collMod validator changes, and rollback planning. Use even for "just add a field" — MongoDB's schema-less nature makes silent type inconsistencies and missing-field bugs harder to detect than RDBMS constraint violations.
$npx -y skills add johnqtcg/awesome-skills --skill mongo-migrationInstalls into the current project.
Run `npx skills use "https://github.com/johnqtcg/awesome-skills" --skill "johnqtcg/awesome-skills/mongo-migration"` 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/johnqtcg/awesome-skills" that are relevant to the current task. Run `npx skills add "https://github.com/johnqtcg/awesome-skills"` and select the relevant skills, then follow their instructions.