skill-inventory-auditor
Installation
SKILL.md
Skill Inventory Auditor
Find and remove duplicate skills across installed skill directories.
Repo Sync Before Edits (mandatory)
Before removing skills from git-tracked directories, sync the current branch with remote:
branch="$(git rev-parse --abbrev-ref HEAD)"
git fetch origin
git pull --rebase origin "$branch"
If the working tree is not clean, stash first, sync, then restore: