Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when moving skills between library workspaces or upgrading from a personal library to a team library. Export from one workspace, import into another.
.claude/skills/moizibnyousaf-migrate-skills-between-libraries/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 43% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 5% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -33% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -29% | 0% |
Move skills from one library workspace to another without losing metadata, breaking dependencies, or duplicating entries.
--dry-run before any mutating command in the target workspace.--list to inspect the source library before importing.--format json for structured output when scripting migrations.build-docs in the target workspace after migration.bashcd /path/to/source-library npx ai-agent-skills list --format json --fields name,tier,workArea,collections
vendor to copy the skill folder into the target:bashcd /path/to/target-library npx ai-agent-skills vendor /path/to/source-library --skill <name> --area <workArea> --branch <branch> --why "Migrated from source library." --dry-run npx ai-agent-skills vendor /path/to/source-library --skill <name> --area <workArea> --branch <branch> --why "Migrated from source library."
catalog to re-catalog from the original source:bashnpx ai-agent-skills catalog <owner>/<repo> --skill <name> --area <workArea> --branch <branch> --why "Migrated from source library." --dry-run npx ai-agent-skills catalog <owner>/<repo> --skill <name> --area <workArea> --branch <branch> --why "Migrated from source library."
bashnpx ai-agent-skills build-docs
bashnpx ai-agent-skills validate
requires field) must also be migrated. Check info --format json for each skill's dependency graph.curate --collection <id> to add migrated skills to target collections.Other measured skills in the registry, with their headline benchmark lift.