research-add-items
仓库创建 2025年12月29日最近提交 2 个月前SkillHot 收录 21 天前
▸ 精选理由
并行获取来源,节省收集与结构化时间。
▸ 风险提示
会读取并修改本地 outline.yaml 文件。
这个 Skill 做什么
向研究大纲自动添加或补充研究对象项并更新 outline.yaml。
把新的研究对象自动加进现有的研究大纲并更新 outline.yaml,能自动定位项目里的 outline 文件并并行收集补充来源。用在你要扩充研究范围、补漏或者把新发现并入既有计划的时候。过程会帮你跟用户互动确认名字和来源,并能选择是否做网络检索,最后自动写回 YAML,省人工对接。
▸ 展开 SKILL.md 英文原文
Add items (research objects) to existing research outline.
1.8k
Stars
142
Forks
20
仓库内 Skill
+229
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-codex-en/research-add-items/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-codex-en/research-add-items/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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)via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有