Agent skill · Workflow & Productivity

research-deep

Read research outline, launch independent agent for each item for deep research. Disable task output.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-deep-weizhena-deep-research-skills-5 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/research-deep-weizhena-deep-research-skills-5/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Research Deep - Deep Research ## Trigger `/research-deep` ## Workflow ### Step 1: Auto-locate Outline Find `*/outline.yaml` file in current working directory, read items list, execution config (including items_per_agent). ### Step 2: Resume Check - Check completed JSON files in output_dir - Skip completed items ### Step 3: Batch Execution - Batch by batch_size (need user approval before next batch) - Each agent handles items_per_agent items - Launch web-search-agent (background parallel, disable task output) **Parameter Retrieval**: - `{topic}`: topic field from outline.yaml - `{item_name}`: item's name field - `{item_related_info}`: item's complete yaml content (name + category + description etc.) - `{output_dir}`: execution.output_dir from outline.yaml (default: ./results) - `{fields_path}`: absolute path to {topic}/fields.yaml - `{output_path}`: absolute path to {output_dir}/{item_name_slug}.json (slugify item_name: replace spaces with _, remove special chars) **Hard Constraint**: The following prompt must be strictly reproduced, only replacing variables in {xxx}, do not modify structure or wording. **Prompt Template**: ```python prompt = f"""## Task Research {item_related_inf

What's inside
Steps it walks through
  1. Trigger
  2. Workflow
  3. Step 1: Auto-locate Outline
  4. Step 2: Resume Check
  5. Step 3: Batch Execution
  6. Step 4: Wait and Monitor
  7. Step 5: Summary Report
  8. Agent Config
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research-deep skill do?

Read research outline, launch independent agent for each item for deep research. Disable task output.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-deep-weizhena-deep-research-skills-5 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going