Agent Skills
› Weizhena/Deep-Research-skills
› research-add-items
research-add-items
GitHub用于在现有研究大纲中补充研究对象的技能。通过自动定位outline.yaml,并行询问用户补充内容及是否启用搜索,合并去重后更新文件。
Trigger Scenarios
需要为研究项目添加新的研究对象或条目
希望扩展已有的研究大纲内容
Install
npx skills add Weizhena/Deep-Research-skills --skill research-add-items -g -y
SKILL.md
Frontmatter
{
"name": "research-add-items",
"description": "Add items (research objects) to existing research outline.",
"allowed-tools": "Bash, Read, Write, Glob, WebSearch, Task, AskUserQuestion",
"user-invocable": true
}
Research Add Items - Supplement Research Objects
Trigger
/research-add-items
Workflow
Step 1: Auto-locate Outline
Find */outline.yaml file in current working directory, auto-read.
Step 2: Get Supplement Sources in Parallel
Simultaneously:
- A. Ask user: What items to supplement? Any specific names?
- B. Ask if Web Search needed: Launch agent to search for more items?
Step 3: Merge and Update
- Append new items to outline.yaml
- Display to user for confirmation
- Avoid duplicates
- Save updated outline
Output
Updated {topic}/outline.yaml file (in-place modification)
Version History
- e5479f8 Current 2026-07-24 22:31


