Agent skill · Databases

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.

opensquilla6,385★ · +160/wk · 1 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add opensquilla/opensquilla --skill meta-migration-assistant --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 17 KB
Bundled scripts: none
Path: src/opensquilla/skills/exp/meta-migration-assistant/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 6,515 · +130 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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: 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

What's inside
Steps it walks through
  1. Fallback
More from opensquilla
All skills →
About this skill
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.

Keep going