Claude Skills Finder
Search GitHub for community-built Claude Code skills, plugins, and agents. Results are ranked by stars + relevance to "claude code" + keyword matches.
When to use
Invoke this skill when the user asks any of:
- "find a claude skill for X"
- "what skills exist for X"
- "show me claude code plugins"
- "is there a claude code agent that does X"
How to use
Run the bundled scripts/search.py from this skill's directory:
python scripts/search.py "<keywords>"
Examples
| Goal | Command |
|---|---|
| SEO / content skills | python scripts/search.py "seo content" |
| Test automation | python scripts/search.py "testing automation" |
| Frontend / web | python scripts/search.py "frontend web" |
| DevOps / deploy | python scripts/search.py "devops deploy" |
| JSON output for piping | python scripts/search.py --json "research" |
| Top 5 only | python scripts/search.py --limit 5 "data" |
Ranking
Each repo gets a score:
log10(stars + 1) * 2+10if name/description/topics contains "claude code" or "claude-code"+2per match ofskill/plugin/agent/tool+1per query keyword match (length > 2)
Notes
- No API key needed — GitHub's unauthenticated search allows 60 requests/hour.
- For higher limits (5000/hr),
export GITHUB_TOKEN=ghp_...before running. - Web version (no install): https://muzi.studio/tools/claude-skills