Files
Szpitale-graph/skills/research-en/add-items/SKILL.md
T
jilinchenandClaude Opus 4.5 10377e95e2 feat: add bilingual support (zh/en) for research skills
- Rename skills/research to skills/research-en (English version)
- Add skills/research-zh (Chinese version with SKILL.md structure)
- Update README.md with bilingual documentation
- Add web-search-agent.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 01:48:55 +08:00

769 B

description, allowed-tools
description allowed-tools
Add items (research objects) to existing research outline. Bash, Read, Write, Glob, WebSearch, Task, AskUserQuestion

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)