
Skills Cleaner
- 41 repo stars
- Updated May 28, 2026
- amebahead/skills-cleaner
skills-cleaner is a Claude Code plugin that profiles installed skill usage and helps developers find, compare, and remove duplicate skills across project, personal, and plugin sources.
About
skills-cleaner is a Claude Code marketplace plugin for profiling and managing installed skills across project, personal, and plugin sources. Developers reach for it when skill libraries grow noisy, overlap, or consume tokens without clear value. Commands report per-skill call counts and token usage, list installations by scope, search skill paths, and compare skills for similarity to guide cleanup. Hooks automatically log usage to ~/.claude/skill-usage.jsonl for ongoing analysis.
- Four commands: /profile-skills, /list-skills, /search-skills, /clean-skills
- Automatic usage tracking via PostToolUse, UserPromptSubmit, and Stop hooks
- HTML detail report with call, token, and duration charts served on localhost:8765
- Similarity pipeline flags 70%+ duplicate skill pairs with interactive removal
- Scans project, personal, and plugin-installed skills with condensed descriptions
Skills Cleaner by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
/plugin marketplace add amebahead/skills-cleanerAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 41 |
|---|---|
| Last updated | May 28, 2026 |
| Repository | amebahead/skills-cleaner ↗ |
How do I know which Claude Code skills I actually use, how many tokens they cost, and which installed skills overlap enough to remove?
Profile Claude Code skill usage, list installed skills by source, search paths, and remove duplicate or overlapping skills.
Who is it for?
Developers with large personal or plugin skill libraries who want usage analytics and guided deduplication.
Skip if: Fresh Claude Code setups with only a handful of skills and no duplication or token-budget concerns.
What you get
Terminal or HTML usage reports, grouped skill inventories, similarity reports, and optionally removed personal skill directories after interactive confirmation.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
How is skill usage tracked?
Hooks on PostToolUse, UserPromptSubmit, and Stop log per-turn skill invocations with token counts to ~/.claude/skill-usage.jsonl.
Can it delete plugin skills directly?
No. Plugin skills are never deleted directly; the tool provides guidance on deactivation or removal instead.
What similarity threshold triggers cleanup suggestions?
The /clean-skills report shows pairs at 70% or higher similarity, with 90%+ marked as strong remove candidates.