Add items (research objects) to existing research outline.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add Weizhena/Deep-Research-skills --skill research-add-items --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Research Add Items?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/weizhena-research-add-items-c06b2326)More formats (shields.io, HTML) on the badges page.
---
name: research-add-items
description: Add items (research objects) to existing research outline.
---
# 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)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!