tool-discovery

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Tool Discovery

工具发现

Recommend the right agents and skills for any task.
为任意任务推荐合适的Agent与Skill。

Decision Flowchart

决策流程图

Is this a reference/lookup task?
├── YES → Use a SKILL (lightweight, auto-injects)
└── NO → Does it require reasoning/decisions?
         ├── YES → Use an AGENT (heavyweight, spawns subagent)
         └── MAYBE → Check catalogs below
Rule: Skills = patterns/reference. Agents = decisions/expertise.
Is this a reference/lookup task?
├── YES → Use a SKILL (lightweight, auto-injects)
└── NO → Does it require reasoning/decisions?
         ├── YES → Use an AGENT (heavyweight, spawns subagent)
         └── MAYBE → Check catalogs below
规则: Skill = 模式/参考类任务,Agent = 决策/专业判断类任务。

Quick Skill Reference

快速Skill参考

SkillTriggers
file-searchfd, rg, fzf, find files
find-replacesd, batch replace
code-statstokei, difft, line counts
data-processingjq, yq, json, yaml
structural-searchast-grep, sg, ast pattern
git-workflowlazygit, gh, delta, rebase
python-envuv, venv, pyproject
rest-patternshttp methods, status codes
sql-patternscte, window functions
sqlite-opssqlite, aiosqlite
tailwind-patternstailwind, tw classes
mcp-patternsmcp server, protocol
Skill触发条件
file-searchfd、rg、fzf、查找文件
find-replacesd、批量替换
code-statstokei、difft、代码行数统计
data-processingjq、yq、json、yaml
structural-searchast-grep、sg、AST模式
git-workflowlazygit、gh、delta、变基
python-envuv、venv、pyproject
rest-patternsHTTP方法、状态码
sql-patternscte、窗口函数
sqlite-opssqlite、aiosqlite
tailwind-patternstailwind、tw类
mcp-patternsmcp服务器、协议

Quick Agent Reference

快速Agent参考

AgentTriggers
python-expertPython, async, pytest
typescript-expertTypeScript, types, generics
react-expertReact, hooks, state
postgres-expertPostgreSQL, query optimization
cloudflare-expertWorkers, KV, D1, R2
Explore"where is", "find"
Plandesign, architect
Agent触发条件
python-expertPython、async、pytest
typescript-expertTypeScript、类型、泛型
react-expertReact、hooks、状态管理
postgres-expertPostgreSQL、查询优化
cloudflare-expertWorkers、KV、D1、R2
Explore"where is"、"find"
Plan设计、架构

How to Launch

启动方式

Skills:
Skill tool → skill: "file-search"
Agents:
Task tool → subagent_type: "python-expert"
         → prompt: "Your task"
Skill启动:
Skill tool → skill: "file-search"
Agent启动:
Task tool → subagent_type: "python-expert"
         → prompt: "Your task"

Match by Task Type

按任务类型匹配

TaskSkill FirstAgent If Needed
"How to write a CTE?"sql-patternssql-expert
"Optimize this query"postgres-expert
"Find files named X"file-searchExplore
"Set up Python project"python-envpython-expert
"What HTTP status for X?"rest-patterns
任务优先使用Skill必要时使用Agent
"如何编写CTE?"sql-patternssql-expert
"优化这个查询"postgres-expert
"查找名为X的文件"file-searchExplore
"搭建Python项目"python-envpython-expert
"X对应的HTTP状态码是什么?"rest-patterns

Tips

小贴士

  • Skills are cheaper - Use for lookups, patterns
  • Agents are powerful - Use for decisions, optimization
  • Don't over-recommend - Max 2-3 tools per task
  • Skill成本更低 - 适用于查询、模式类任务
  • Agent功能强大 - 适用于决策、优化类任务
  • 避免过度推荐 - 每个任务最多推荐2-3个工具

Additional Resources

额外资源

For complete catalogs, load:
  • ./references/agents-catalog.md
    - All agents with capabilities
  • ./references/skills-catalog.md
    - All skills with details
如需完整目录,请加载:
  • ./references/agents-catalog.md
    - 包含所有Agent及其能力
  • ./references/skills-catalog.md
    - 包含所有Skill的详细信息