meta-migration-assistant
Installation
SKILL.md
Migration Assistant (Meta-Skill)
Take a "help me migrate X → Y" request and produce a concrete, runnable checklist. The pipeline does four things:
-
classify the migration kind via an LLM tag (one of six tokens).
-
fetch_guide the most authoritative source for THAT migration:
Classifier verdict Best source Routed skill OPENAI_V0_TO_V1repo release notes githubPY2_TO_PY3framework migration doc multi-search-engineVUE2_TO_VUE3framework migration doc multi-search-engineREACT_CLASS_TO_HOOKSframework migration doc multi-search-engineCJS_TO_ESM(fuzzy, synthesize) multi-search-engineOTHER(default)(synthesize) deep-research -
repo_context optionally inspects the current repo diff only when the prompt indicates that local repository context should shape the migration.