Agent skill · Code Review & Quality

find-skills-combo

Discover and recommend **combinations** of agent skills to complete complex, multi-faceted tasks. Provides two recommendation strategies — **Maximum Quality** (best skill per subtask) and **Minimum Dependencies** (fewest installs). Use this skill whenever the user wants to find skills, asks "how do I do X", "find a skill for X", or describes a task that likely requires multiple capabilities working together. Also use when the user mentions composing workflows, building pipelines, or needs help across several domains at once — even if they only say "find me a skill". This skill supersedes simpl

AgentScope-AI33,120★ · +381/wk · 2 repos on radarProfile →
claude-codeApache-2.0
Install
npx skills add agentscope-ai/OpenJudge --skill find-skills-combo --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 18 KB
Bundled scripts: none
Path: skills/find-skills-combo/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 764
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Find Skills Combo Discover and install **skill combinations** from the open agent skills ecosystem. Unlike single-skill search, this skill decomposes complex tasks into subtasks, searches for candidates per subtask, evaluates coverage, and recommends two strategies: **Maximum Quality** (best skill per subtask, highest output quality) and **Minimum Dependencies** (fewest installs, lean setup). Users pick the strategy that fits their priorities. ## When to Use This Skill Use this skill when the user: - Asks "how do I do X" where X involves multiple capabilities or domains - Says "find a skill for X" or "is there a skill for X" - Describes a task that spans several concerns (e.g., "build a quarterly report with charts, risk analysis, and executive summary") - Wants to compose a workflow from multiple skills - Asks "can you do X" where X is a complex, multi-step task - Expresses interest in extending agent capabilities for a non-trivial project **Fallback**: If the task is genuinely single-domain and simple (one clear capability), skip the decomposition — run a single `npx skills find` query, present results, and offer to install. Don't over-engineer simple requests. ## What is the S

What's inside
Steps it walks through
  1. When to Use This Skill
  2. What is the Skills CLI?
  3. The 5-Phase Pipeline
  4. Phase 1: Task Decomposition
  5. Phase 2: Precision-Focused Search
  6. Phase 3: Candidate Evaluation
  7. Phase 4: Dual-Strategy Planning
  8. Phase 5: Present Results
  9. Fallback: Simple Single-Skill Search
  10. Common Skill Categories
  11. Tips
  12. When No Skills Are Found
Commands it runs
npx skills find "<exact-match-keywords>"
More from OpenJudge
All skills →
About this skill
What does the find-skills-combo skill do?

Discover and recommend **combinations** of agent skills to complete complex, multi-faceted tasks. Provides two recommendation strategies — **Maximum Quality** (best skill per subtask) and **Minimum Dependencies** (fewest installs). Use this skill whenever the user wants to find skills, asks "how do I do X", "find a skill for X", or describes a task that likely requires multiple capabilities working together. Also use when the user mentions composing workflows, building pipelines, or needs help across several domains at once — even if they only say "find me a skill". This skill supersedes simpl

How do I install it?

Run `npx skills add agentscope-ai/OpenJudge --skill find-skills-combo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From agentscope-ai/OpenJudge, a repository with 764 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going