with one click
search-skills
Search installed skills by name and show their installed path
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Search installed skills by name and show their installed path
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
List all installed skills and show which plugin each belongs to
Track and report Claude Code skill usage statistics. Use this whenever the user asks about skill usage, skill stats, skill reports, which skills are used most or least, wants to clean up unused skills, optimize their skill set, or mentions skill profiling, skill tracking, skill usage frequency, or any question about how often skills get triggered.
Compare installed skills for similarity, identify overlapping functionality, and clean up redundant skills — covers personal skills and plugin skills
| name | search-skills |
| description | Search installed skills by name and show their installed path |
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".