migrate-skills-between-libraries — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited migrate-skills-between-libraries (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.cd /path/to/source-library
npx ai-agent-skills list --format json --fields name,tier,workArea,collectionsvendor to copy the skill folder into the target:cd /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:npx 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."npx ai-agent-skills build-docsnpx ai-agent-skills validaterequires 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.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.