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
npx skills add agentscope-ai/OpenJudge --skill find-skills-combo --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- When to Use This Skill
- What is the Skills CLI?
- The 5-Phase Pipeline
- Phase 1: Task Decomposition
- Phase 2: Precision-Focused Search
- Phase 3: Candidate Evaluation
- Phase 4: Dual-Strategy Planning
- Phase 5: Present Results
- Fallback: Simple Single-Skill Search
- Common Skill Categories
- Tips
- When No Skills Are Found
npx skills find "<exact-match-keywords>"
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.