academic-pipeline

Orchestrates a 10-stage academic research workflow from literature research to final manuscript.

Updated May 19, 2026
One-click install
npx skills add https://github.com/richardnguyen0715/agent-sharing --skill academic-pipeline-richardnguyen0715
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: academic-pipeline
Source: https://github.com/richardnguyen0715/agent-sharing/tree/main/.github/skills/academic-pipeline
Command: npx skills add https://github.com/richardnguyen0715/agent-sharing --skill academic-pipeline-richardnguyen0715

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing a rigorous academic paper with AI assistance involves many disconnected steps — research, drafting, citation verification, peer review, and revision — and skipping any of them risks hallucinated citations, unverified claims, or quality regressions. This Skill coordinates the entire research-to-publication pipeline as a single state-managed workflow with mandatory integrity gates and user confirmation checkpoints. ## Core Features & Use Cases - 10-Stage Orchestration: Coordinates deep-research, academic-paper, and academic-paper-reviewer skills through research, writing, integrity verification, two-stage peer review, revision, and finalization stages. - Blocking Integrity Gates: Stages 2.5 and 4.5 run 100% reference verification plus a 7-mode AI research failure checklist (hallucinated results, methodology fabrication, shortcut reliance) that blocks the pipeline until resolved. - Adaptive Checkpoints & State Tracking: FULL/SLIM/MANDATORY checkpoint system with a progress dashboard, Material Passport state tracking, and cross-session resume via passport hashes. - Use Case: A researcher starts with only a topic idea, and the pipeline guides them through literature synthesis, drafting, simulated multi-reviewer peer review with a Devil's Advocate, revision cycles, and final formatted output (MD/DOCX/PDF) with a bilingual process record. ## Quick Start Tell the AI: I want to write a research paper on the impact of AI on higher education quality assurance, run the full academic pipeline.

Frequently Asked Questions about academic-pipeline

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a full research-to-paper workflow with AI?▼

Invoke the academic pipeline with a research topic, and it orchestrates 10 stages: research, writing, integrity verification, peer review, revision, re-review, final integrity check, and formatting. Each stage ends with a user confirmation checkpoint before proceeding.

Can I enter the academic pipeline with an existing paper draft?▼

Yes, mid-entry is supported at any stage based on your available materials. If you bring a finished draft, the pipeline starts at Stage 2.5 integrity verification before review, since integrity checks cannot be skipped.

How does the pipeline detect hallucinated citations and results?▼

Stages 2.5 and 4.5 run a blocking integrity gate covering reference verification, claim verification, and a 7-mode AI research failure checklist including hallucinated citations, fabricated results, and methodology fabrication. Suspected failures block the pipeline until the user confirms, overrides with reasoning, or revises.

Can I resume the academic pipeline in a new session?▼

Yes, set ARS_PASSPORT_RESET=1 to emit boundary checkpoints in the Material Passport, then use resume_from_passport=<hash> in a fresh session to continue from the recorded stage with full state restoration.

When should I use deep-research or academic-paper instead of the full pipeline?▼

Use deep-research alone for literature search or review only, academic-paper for writing without a research phase, and academic-paper-reviewer for review only. The pipeline is opt-in and intended for end-to-end research-to-publication workflows.