BeClaude

claude-skills-finder

New
1GitHub TrendingGeneralby Muzili919

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).

First seen 5/23/2026

Overview

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:

bash
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>

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/claude-skills-finder.md https://raw.githubusercontent.com/Muzili919/claude-skills-finder/main/SKILL.md
3
Invoke in Claude Code
/claude-skills-finder
View source on GitHub
testingdeploymentagentplugin

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is 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).

How to install claude-skills-finder?

To install claude-skills-finder: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/claude-skills-finder.md https://raw.githubusercontent.com/Muzili919/claude-skills-finder/main/SKILL.md. Finally, /claude-skills-finder in Claude Code.

What is claude-skills-finder best for?

claude-skills-finder is a skill categorized under General. It is designed for: testing, deployment, agent, plugin. Created by Muzili919.