Skills Auditor
Claude skill that audits AI-assistant skills, rules, and subagents to find duplicates and overlap.
What you get
- Scans known skill, rule, and subagent locations across tools
- Clusters similar artifacts and flags real conflicts vs mirrors
- Plain-markdown audit report with actionable summaries
- Interactive cleanup with explicit per-path confirmation
A [Claude skill](https://docs.claude.com/en/docs/claude-code/skills) that audits AI-assistant skills, rules, and subagents across tools to find duplicates and overlap.
It scans every known location, judges each cluster of similar artifacts (real conflict vs. deliberate mirror), and presents a plain-markdown report. If you ask it to clean up, it walks actionable clusters one at a time — Keep / Merge / Delete / Skip — never batching deletes and never removing anything without an explicit second confirmation naming the exact path.
### Install
Drop the `skills-auditor-skill/` folder into your skills directory (e.g. `~/.claude/skills/`) and it’ll be picked up automatically.
### Source
Open source on GitHub: [shabbydg/skills-auditor-skill](https://github.com/shabbydg/skills-auditor-skill) (MIT).