agentsclimarketplace

Claude skills finder

Skill Muzili919/claude-skills-finder

Search GitHub for Claude Code skills, plugins, and agents. Use when the user asks to find, discover, or list community Claude Code skills, or asks "what skills exist for X" (e.g. SEO, testing, deployment, content).From its SKILL.md

Install
npx -y skills add Muzili919/claude-skills-finder

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • reads credentialsReads from 1 credential source: `GITHUB_TOKEN`.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 1 command, including `python scripts/search.py "<keywords>"`.

SKILL.md

1.7 KB, 384 tokens by cl100k_base, as published. Nobody here has run it

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

GoalCommand
SEO / content skillspython scripts/search.py "seo content"
Test automationpython scripts/search.py "testing automation"
Frontend / webpython scripts/search.py "frontend web"
DevOps / deploypython scripts/search.py "devops deploy"
JSON output for pipingpython scripts/search.py --json "research"
Top 5 onlypython scripts/search.py --limit 5 "data"

Ranking

Each repo gets a score:

  • log10(stars + 1) * 2
  • +10 if name/description/topics contains "claude code" or "claude-code"
  • +2 per match of skill / plugin / agent / tool
  • +1 per 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

What ships with it: 5 files

16.8 KB alongside SKILL.md, 1 of them executable

docs/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.