mpm-migrate
Installation
SKILL.md
/mpm-migrate — Migration Skill Catalog & Router
This skill is the catalog and router for all migration skill wizards. Its job is to:
- List known migration subskills (via
SkillManager.get_migration_skills()). - Surface their current status (pending / deferred / declined / completed).
- Load the appropriate subskill when the user picks one to run.
- Always load the
migration-wizardprotocol alongside any subskill it dispatches to.
Analogy: this skill is to migration subskills what
registry.pyis to individualmigrate_*.pymodules. It does not contain wizard logic itself — that lives in the parentmigration-wizardprotocol and the per-service subskills.