meta-migration-assistant
Use this meta-skill instead of answering directly when the user needs a concrete migration plan that benefits from multi-skill orchestration across migration classification, authoritative guide lookup, optional repo diff inspection, and step-by-step validation planning.
npx skills add opensquilla/opensquilla --skill meta-migration-assistant --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Migration Assistant (Meta-Skill) Take a "help me migrate X → Y" request and produce a concrete, runnable checklist. The pipeline does four things: 1. **classify** the migration kind via an LLM tag (one of six tokens). 2. **fetch_guide** the most authoritative source for THAT migration: | Classifier verdict | Best source | Routed skill | |-----------------------------|------------------------|-----------------------| | `OPENAI_V0_TO_V1` | repo release notes | `github` | | `PY2_TO_PY3` | framework migration doc| `multi-search-engine` | | `VUE2_TO_VUE3` | framework migration doc| `multi-search-engine` | | `REACT_CLASS_TO_HOOKS` | framework migration doc| `multi-search-engine` | | `CJS_TO_ESM` | (fuzzy, synthesize) | `multi-search-engine` | | `OTHER` (default) | (synthesize) | `deep-research` | 3. **repo_context** optionally inspects the current repo diff only when the prompt indicates that local repository context should shape the migration. 4. **write_plan** uses a constrained `llm_chat` renderer so explicit source and target terms in the user request remain authoritative even when repository context or retrieved guide text is noisy. ## Fallback If the orchestration fails: ask the
- Fallback
What does the meta-migration-assistant skill do?
Use this meta-skill instead of answering directly when the user needs a concrete migration plan that benefits from multi-skill orchestration across migration classification, authoritative guide lookup, optional repo diff inspection, and step-by-step validation planning.
How do I install it?
Run `npx skills add opensquilla/opensquilla --skill meta-migration-assistant --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From opensquilla/opensquilla, a repository with 6,515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.