Migrate Skills Between Libraries Goal Move skills from one library workspace to another without losing metadata, breaking dependencies, or duplicating entries. Guardrails - Always use before any mutating command in the target workspace. - Always use to inspect the source library before importing. - Always use for structured output when scripting migrations. - Never import skills without checking for name collisions in the target workspace first. - Always run in the target workspace after migration. Workflow Export: Identify skills to migrate from the source library 1. List all skills in the s…