research-deep
Read research outline, launch independent agent for each item for deep research. Disable task output.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Trigger
- Workflow
- Step 1: Auto-locate Outline
- Step 2: Resume Check
- Step 3: Batch Execution
- Step 4: Wait and Monitor
- Step 5: Summary Report
- Agent Config
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.
