research-add-items

仓库创建 2025年12月29日最近提交 2 个月前SkillHot 收录 22 天前
▸ 精选理由

可并行获取用户与外部来源补充项,效率高。

▸ 风险提示

可能访问网络检索并写入 outline.yaml

这个 Skill 做什么

为研究大纲自动补充研究对象/条目列表。

会在当前工作目录里找 outline.yaml,然后帮你追加调研条目,支持人工补充或让 agent 去网上抓更多候选并行合并。整个流程会避免重复、让你确认并把修改原地保存,适合做调研清单扩展和快速收集研究对象。

▸ 展开 SKILL.md 英文原文

Add items (research objects) to existing research outline.

研究检索条目补充大纲扩展通用
1.8k
Stars
142
Forks
20
仓库内 Skill
+237
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-codex-zh/research-add-items/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Weizhena/Deep-Research-skills/master/skills/research-codex-zh/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 公开信息 · 原文版权归作者所有