← 技能图谱
nameresearch
descriptionInvestigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent.
触发词针对高可信度一手资料调研某个问题,并将调研结果以 Markdown 文件形式保存到仓库中。当用户需要调研某个主题、收集文档或 API 信息、或将阅读工作委派给后台代理时使用。

research

Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo.

Spin up a background agent to do the research, so you keep working while it reads.

启动一个后台代理来执行调研,这样你可以在它阅读的同时继续工作。

Its job:

它的任务:

  1. Investigate the question against primary sources — official docs, source code, specs, first-party APIs — not a secondary write-up of them. Follow every claim back to the source that owns it.
  2. Write the findings to a single Markdown file, citing each claim's source.
  3. Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where.
  1. 针对一手资料调研问题——官方文档、源代码、规范、第一方 API——而非关于它们的二次整理文章。将每一个结论追溯到其所属的原始来源。
  2. 将调研结果写入单个 Markdown 文件,并注明每个结论的来源。
  3. 保存到仓库中已有的笔记存放位置;遵循现有惯例,如果没有惯例,则放在合理的位置并说明存放地点。