mcpbeat

Research Add Items

weizhena/deep-research-research-zh-research-add-items

向现有调研outline补充items(调研对象)。

200 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1853
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Weizhena/Deep-Research-skills --skill research-add-items

What it tells the agent to use

found in the instruction text
Bash runs shell commands — read the instruction before connecting
WebSearch reads your files

The instruction itself

4 sections, as written by the author

Research Add Items - 补充调研对象

触发方式

/research-add-items

执行流程

Step 1: 自动定位Outline

在当前工作目录查找 */outline.yaml 文件,自动读取。

Step 2: 并行获取补充来源

同时进行:

  • A. 询问用户:需要补充哪些items?有具体名称吗?
  • B. 询问是否需要Web Search:是否启动agent搜索更多items?

Step 3: 合并更新

  • 将新items追加到outline.yaml
  • 展示给用户确认
  • 避免重复
  • 保存更新后的outline

输出

更新后的 {topic}/outline.yaml 文件(原地修改)

How to use it

Copy the folder

Take weizhena/deep-research-research-zh-research-add-items from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.