Skill Hunter

Runs a real, evidence-based search across skills.sh/Context7/GitHub before recommending a skill stack.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · f66b512

Ran its real discovery pipeline against a throwaway Stripe/Express project: `npx skills find "stripe webhook testing"` and `npx ctx7 skills suggest` both returned live, named, sourced candidates (e.g. wshobson/agents@stripe-integration, trust 9.5), something a baseline free-form answer never produces.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 4/5

What Skill Hunter does

A meta-skill that audits your project's stack, asks clarifying questions, then searches skills.sh, Context7, and GitHub for external skills before recommending an installable stack with confidence ratings. Triggers on requests to find, recommend, or compare NEW external skills; explicitly refuses to fire for questions about already-installed skills.

How to install Skill Hunter

git clone https://github.com/CE0Alex/skill-hunter
cd skill-hunter
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/skill-hunter

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Skill Hunter

  • /skill-hunter Runs a real, evidence-based search across skills.sh/Context7/GitHub before recommending a skill stack.

It also activates on plain-language prompts like these:

  • Find me external skills for testing Stripe webhook integrations
  • What skills exist for improving my Postgres query performance?
  • Search for a good skill to help with API test coverage gaps

Frequently asked questions

Is the Skill Hunter skill free?
Yes. The skill itself is free from CE0Alex/skill-hunter. SkillProof publishes the install command and an independent test verdict at no cost.
Does Skill Hunter work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran its real discovery pipeline against a throwaway Stripe/Express project: `npx skills find "stripe webhook testing"` and `npx ctx7 skills suggest` both returned live, named, sourced candidates (e.g. wshobson/agents@stripe-integration, trust 9.5), something a baseline free-form answer never produces.
What is the Skill Hunter SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 4/5.
How do I install Skill Hunter?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Skill Hunter with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.