Agent skill · Workflow & Productivity

research-pipeline

Use when you need a complete research workflow from initial literature search to polished, fact-checked document. Chains researcher -> synthesizer -> devils-advocate -> fact-checker -> editor automatically.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-pipeline-dangeles-claude --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 18 KB
Bundled scripts: none
Version: 1.0
Path: skills/analysis/research-pipeline-dangeles-claude/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 Pipeline Skill ## Purpose The research-pipeline skill automates the complete research workflow by chaining five specialized skills in sequence. Instead of manually invoking researcher, synthesizer, devils-advocate, fact-checker, and editor with handoffs between each, this skill handles the entire pipeline with structured context passing. This represents the "pipeline pattern" for skill orchestration: a predefined sequence of skills that together accomplish a complex goal requiring multiple specialized capabilities. ## When to Use This Skill Invoke the research-pipeline when: 1. **Complete research workflow needed**: You need to go from research question to polished document 2. **Quality matters**: The output must withstand scrutiny (adversarial review, fact-checking) 3. **Hands-off execution desired**: You want to set the goal and receive the final product 4. **Standard research pipeline fits**: The researcher -> synthesizer -> review -> edit flow matches your needs ### Clear Indicators for Use - User says "write a literature review on X" - User says "research X and give me a polished summary" - Task requires finding sources, synthesizing findings, and producing publicat

What's inside
Steps it walks through
  1. Purpose
  2. When to Use This Skill
  3. Clear Indicators for Use
  4. When NOT to Use
  5. Personality
  6. Pipeline Architecture
  7. Stage Sequence
  8. Stage Responsibilities
  9. Workflow
  10. Step 1: Initialize Pipeline
  11. Archival Compliance Check
  12. Step 2: Execute Stage 1 - Researcher
  13. Step 3: Execute Stage 2 - Synthesizer
  14. Step 4: Execute Stage 3 - Devil's Advocate
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research-pipeline skill do?

Use when you need a complete research workflow from initial literature search to polished, fact-checked document. Chains researcher -> synthesizer -> devils-advocate -> fact-checker -> editor automatically.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-pipeline-dangeles-claude --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