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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Purpose
- When to Use This Skill
- Clear Indicators for Use
- When NOT to Use
- Personality
- Pipeline Architecture
- Stage Sequence
- Stage Responsibilities
- Workflow
- Step 1: Initialize Pipeline
- Archival Compliance Check
- Step 2: Execute Stage 1 - Researcher
- Step 3: Execute Stage 2 - Synthesizer
- Step 4: Execute Stage 3 - Devil's Advocate
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.
