mcpbeat

Research Add Items

weizhena/research-add-items

Add items (research objects) to existing research outline.

180 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1853
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Weizhena/Deep-Research-skills --skill research-add-items

The instruction itself

7 sections, as written by the author

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)

How to use it

Copy the folder

Take weizhena/research-add-items from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.