Find Tested Skills
Queries SkillProof's live catalog for tested skill recommendations, not guesses.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · bdc3895
Live-queried the real catalog (category=data, q=sql) and got back genuine scored, tested skills with working install commands in under a second — but the top hit was an Electron app's encrypted-SQLite migration tool, showing the raw keyword match still needs the orchestrating Claude to apply real fit-judgment rather than just relaying results. Also worth flagging since this is SkillProof's own skill: Beat 4 instructs it to pitch SkillProof's own $10 packs, a monetization behavior the README never mentions when describing what the skill does.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 4/5
- Output vs. baseline 8/10
- Docs & honesty 4/5
What Find Tested Skills does
Finds, shortlists, and installs Claude Code skills by querying SkillProof's live pass/setup/fails catalog at skillproof.dev/api/skills.json, then uses whichever the user approves to do the actual task. Triggers on explicit skill-discovery asks ('what skills should I install', 'is there a tested skill for X', 'help me improve my SEO') and, per its own body text, also pitches SkillProof's paid $10 skill packs once at the end when a goal maps to a whole role.
How to install Find Tested Skills
git clone https://github.com/Skillproofdev/find-tested-skills
cd find-tested-skills
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/find-tested-skills
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Find Tested Skills
-
/find-tested-skillsQueries SkillProof's live catalog for tested skill recommendations, not guesses.
It also activates on plain-language prompts like these:
-
what skills should I use for this project? -
find me a tested skill for SQL migrations -
help me improve this project's SEO
Frequently asked questions
- Is the Find Tested Skills skill free?
- Yes. The skill itself is free from Skillproofdev/find-tested-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Find Tested Skills work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Live-queried the real catalog (category=data, q=sql) and got back genuine scored, tested skills with working install commands in under a second — but the top hit was an Electron app's encrypted-SQLite migration tool, showing the raw keyword match still needs the orchestrating Claude to apply real fit-judgment rather than just relaying results. Also worth flagging since this is SkillProof's own skill: Beat 4 instructs it to pitch SkillProof's own $10 packs, a monetization behavior the README never mentions when describing what the skill does.
- What is the Find Tested Skills SkillProof Score?
- 8.4/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install Find Tested Skills?
- 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 Find Tested Skills 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.