migrate-skills-between-libraries
Installation
SKILL.md
Migrate Skills Between Libraries
Goal
Move skills from one library workspace to another without losing metadata, breaking dependencies, or duplicating entries.
Guardrails
- Always use
--dry-runbefore any mutating command in the target workspace. - Always use
--listto inspect the source library before importing. - Always use
--format jsonfor structured output when scripting migrations. - Never import skills without checking for name collisions in the target workspace first.
- Always run
build-docsin the target workspace after migration.
Workflow
Export: Identify skills to migrate from the source library
- List all skills in the source workspace.