find-skills-combo

Decompose complex requests into subtasks and recommend optimal skill combinations.

775|63|Updated Jul 8, 2025
One-click install
npx skills add https://github.com/agentscope-ai/OpenJudge --skill find-skills-combo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-skills-combo
Source: https://github.com/agentscope-ai/OpenJudge/tree/main/skills/find-skills-combo
Command: npx skills add https://github.com/agentscope-ai/OpenJudge --skill find-skills-combo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users discover and combine multiple agent skills to tackle complex, multi-step tasks that a single skill cannot handle alone.

Core Features & Use Cases

  • Task Decomposition: Breaks down complex requests into manageable subtasks.
  • Dual Recommendation Strategies: Offers "Maximum Quality" (best skill per subtask) and "Minimum Dependencies" (fewest total skills).
  • Use Case: If a user wants to "build a quarterly report with charts, risk analysis, and an executive summary," this Skill will identify the necessary skills for each component and recommend the best combinations.

Quick Start

Use the find-skills-combo skill to discover skills for generating a report with charts and analysis.

Frequently Asked Questions about find-skills-combo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I combine multiple agent skills for complex, multi-step tasks?

To combine agent skills for complex tasks, this skill identifies and recommends optimal skill combinations by decomposing your request into manageable subtasks and assembling a curated workflow portfolio.

What is the best way to automate a workflow requiring task decomposition across different domains?

Automating a multi-domain workflow requires task decomposition to break down the request, followed by assembling a curated skill portfolio that executes each subtask sequentially to achieve the final result.

When do I need an agent toolkit to assemble a skill portfolio instead of a single skill?

You need an agent toolkit to assemble a skill portfolio when a complex request, such as generating a report with charts and risk analysis, exceeds the capabilities of a single skill.

Can I choose between maximizing output quality or minimizing dependencies for skill combination?

You can choose between two distinct skill combination strategies: Maximum Quality for superior output by selecting the best skill per subtask, or Minimum Dependencies for lean environments requiring fewer total skills.

Does this skill recommendation engine support multi-faceted requests like generating a quarterly report?

This skill recommendation engine supports multi-faceted requests like generating a quarterly report by identifying the necessary skills for charts, risk analysis, and executive summaries, then recommending the optimal combinations.

What are the limitations of using a minimum dependencies strategy for workflow composition?

The minimum dependencies strategy for workflow composition limits the total number of skills used to maintain a lean environment, which may trade off the superior output quality provided by selecting the best skill per subtask.