Help us improve
Share bugs, ideas, or general feedback.
From skills-cleaner
Searches installed skills by name or keyword and displays their file paths, source (personal or plugin), and match ranking.
npx claudepluginhub amebahead/skills-cleaner --plugin skills-cleanerHow 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.
Searches 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 skills.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Share bugs, ideas, or general feedback.
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".