Find Skills Combo

Splits a multi-part task into subtasks, searches skills per subtask, gives two install plans

Tested · Works

Test report

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

Fetched SKILL.md at skills/find-skills-combo/SKILL.md (HTTP 200); frontmatter has valid name+description and the body references no bundled files, only the external `npx skills` CLI, which I verified works: `npx skills find "playwright testing"` returned real ranked skills with install counts and skills.sh URLs. For OUTPUT I gave both approaches the same multi-faceted goal (landing page + SEO + accessibility). Baseline single query returned 4 results with zero accessibility skills and only a weak SEO hit (seo-roast, 26 installs); the skill's decomposition into 3 subtask queries surfaced dedicated per-subtask skills the baseline missed (web-accessibility 407 installs, seo-audit 817 installs). Concrete, observed coverage improvement.

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 7/10
  • Docs & honesty 4/5

What Find Skills Combo does

Breaks a complex, multi-capability request into subtasks, runs precision-first per-subtask searches against the npx skills CLI, and builds a coverage matrix that yields two install plans: Maximum Quality (best skill per subtask) and Minimum Dependencies (fewest installs). Triggers when the user asks to find skills, says "how do I do X" / "is there a skill for X", or describes a task spanning several domains at once. Falls back to a single search for genuinely simple single-domain requests.

How to install Find Skills Combo

git clone --depth 1 https://github.com/agentscope-ai/OpenJudge.git /tmp/find-skills-combo-src
mkdir -p ~/.claude/skills
cp -R /tmp/find-skills-combo-src/skills/find-skills-combo ~/.claude/skills/find-skills-combo
# Runtime dependency: the "skills" CLI, invoked as `npx skills find|add|check|update`.
# Requires Node/npx and network access to skills.sh. No API key needed for search.
# `npx skills add <owner/repo@skill> -g -y` installs globally and skips confirmation — review before running.

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

Commands — how to trigger Find Skills Combo

  • /find-skills-combo Splits a multi-part task into subtasks, searches skills per subtask, gives two install plans

It also activates on plain-language prompts like these:

  • Find skills that combine to build a landing page
  • What skills do I need for a full SEO workflow
  • Recommend the minimum skill set for this task

Frequently asked questions

Is the Find Skills Combo skill free?
Yes. The skill itself is free from agentscope-ai/OpenJudge. SkillProof publishes the install command and an independent test verdict at no cost.
Does Find Skills Combo work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 21, 2026. Verdict: Tested · Works. Fetched SKILL.md at skills/find-skills-combo/SKILL.md (HTTP 200); frontmatter has valid name+description and the body references no bundled files, only the external `npx skills` CLI, which I verified works: `npx skills find "playwright testing"` returned real ranked skills with install counts and skills.sh URLs. For OUTPUT I gave both approaches the same multi-faceted goal (landing page + SEO + accessibility). Baseline single query returned 4 results with zero accessibility skills and only a weak SEO hit (seo-roast, 26 installs); the skill's decomposition into 3 subtask queries surfaced dedicated per-subtask skills the baseline missed (web-accessibility 407 installs, seo-audit 817 installs). Concrete, observed coverage improvement.
What is the Find Skills Combo SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 4/5.
How do I install Find Skills Combo?
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 Skills Combo 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.