From skills-cleaner
Searches installed skills by name or keyword and displays their file paths, source (personal or plugin), and match ranking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skills-cleaner:search-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search for installed skills by name and show their file paths.
Search for installed skills by name and show their file paths.
The user provides a skill name or keyword as an argument. If no argument is given, ask:
What skill name would you like to search for?
Scan both paths for SKILL.md files:
~/.claude/skills/**/SKILL.md — personal skills~/.claude/plugins/cache/**/SKILL.md — plugin skillsMatch the query against skill names using substring matching (case-insensitive).
Matches found:
Search: "debug" → 2 results
debugging
Source: superpowers (plugin)
Path: ~/.claude/plugins/cache/superpowers/skills/systematic-debugging/SKILL.md
debug-helper
Source: personal
Path: ~/.claude/skills/debug-helper/SKILL.md
No matches:
Search: "foobar" → 0 results
No installed skills match "foobar".
npx claudepluginhub amebahead/skills-cleaner --plugin skills-cleanerSearches Claude Code skills across local ~/.claude/skills, skills.sh CLI directory, and GitHub fallback. Outputs markdown table and JSON with install info, sorted by source.
Searches skills.sh and GitHub repos for skills, then installs them into the project's skills/ directory. Use when users want to find, browse, or add new capabilities.
Searches, retrieves, and installs Agent Skills from the prompts.chat registry using MCP tools. Helps users find, browse, and extend Claude Code with reusable skills.