Agent skill · Code Review & Quality

academic-pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 9-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publication, complete paper workflow.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill academic-pipeline --agent claude-code

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

Facts
Files in the skill folder: 13
SKILL.md size: 41 KB
Bundled scripts: none
Version: 2.7
Path: skills/24-Imbad0202-academic-research-skills/academic-pipeline/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

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

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill acts as an orchestrator that manages the complete academic pipeline from research exploration to final manuscript. It does not perform substantive work itself; it detects stages, recommends modes, dispatches skills, manages transitions, and tracks state across a 9-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. It enforces user confirmations at stage boundaries and includes a paper creation process record at completion.

How it works

  • It detects the user’s current stage based on provided materials and goals, then selects an entry point (Stage 1 through 6) and suggests modes for each stage.
  • For each stage, it loads the corresponding skill and launches it with the recommended mode, then monitors completion.
  • After a stage completes, it compiles a deliverables list, updates the pipeline state via a state-tracking mechanism, and prompts the user for confirmation at mandatory checkpoints.
  • It passes outputs between stages according to a defined handoff protocol, e.g., Stage 1 to Stage 2 uses a deep-research handoff; Stage 2.5 to Stage 3 passes the verified paper; Stage 4.5 to Stage 5 passes the verified final draft, etc.
  • It includes integrity verification steps at Stage 2.5 (pre-review) and Stage 4.5 (final integrity), each with explicit verification scopes and pass/fail handling.
  • It supports mid-entry entry, where entry can be from any stage but Stage 2.5 cannot be skipped.

When to use it

  • Trigger keywords include: "academic pipeline", "research to paper", "full paper workflow", "paper pipeline", "end-to-end paper", "research-to-publication", "complete paper workflow".
  • Use when you want an end-to-end orchestration of the full academic pipeline from exploration to final publication, with mandatory integrity checks and two-stage review.

What it can touch

  • It dispatches the skills named in the workflow and coordinates state updates across stages. The handoff protocol references specific stages and skills, including: deep-research, academic-paper, academic-paper-reviewer, integrity_verification_agent, and the orchestrator itself.

Caveats

  • The workflow enforces mandatory checkpoints at integrity and review stages; explicit user input is required to proceed at those checkpoints.
  • It aims for reproducible quality via a standardized workflow and produces a Paper Creation Process Record PDF documenting human-AI collaboration after pipeline completion.
  • It relies on the underlying skills to perform substantive work; this skill only manages orchestration, state, and transitions.
From the SKILL.md

# Academic Pipeline v2.7 — Full Academic Research Workflow Orchestrator A lightweight orchestrator that manages the complete academic pipeline from research exploration to final manuscript. It does not perform substantive work — it only detects stages, recommends modes, dispatches skills, manages transitions, and tracks state. **v2.0 Core Improvements**: 1. **Mandatory user confirmation checkpoint

More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the academic-pipeline skill do?

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 9-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publication, complete paper workflow.

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill academic-pipeline --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 brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 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