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:

  1. List known migration subskills (via SkillManager.get_migration_skills()).
  2. Surface their current status (pending / deferred / declined / completed).
  3. Load the appropriate subskill when the user picks one to run.
  4. Always load the migration-wizard protocol alongside any subskill it dispatches to.

Analogy: this skill is to migration subskills what registry.py is to individual migrate_*.py modules. It does not contain wizard logic itself — that lives in the parent migration-wizard protocol and the per-service subskills.

Invocation Forms

Installs
3
GitHub Stars
143
First Seen
Jun 3, 2026
mpm-migrate — bobmatnyc/claude-mpm