find-skills-combo

仓库创建 2025年7月8日最近提交 18 天前SkillHot 收录 20 天前
▸ 精选理由

适合快速搭配多技能流水线与依赖权衡

这个 Skill 做什么

将复杂任务拆分并推荐可安装的技能组合(最高质量/最少依赖)

把一个复杂需求拆成若干子任务,然后为每个子任务找可装的技能并组成组合:按质量优先(Maximum Quality)或按依赖最少(Minimum Dependencies)两种策略可选。适合你问“怎么做 X”、要串联多项能力或想搭工作流时用。它会评估覆盖率和安装代价,帮你决定装哪几个技能最合适。

▸ 展开 SKILL.md 英文原文

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 simple single-skill search by decomposing the task into subtasks and assembling an optimal skill portfolio.

Skill 开发管理技能发现组合推荐依赖优化通用
748
Stars
61
Forks
18
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/agentscope-ai/OpenJudge/main/skills/find-skills-combo/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/agentscope-ai/OpenJudge/main/skills/find-skills-combo/SKILL.md"
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 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有