academic-pipeline

Orchestrates a ten-stage academic research workflow from literature research through peer review to final manuscript.

Updated Sep 9, 2026
One-click install
npx skills add https://github.com/xlinh2301/EditCTC --skill academic-pipeline-xlinh2301
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: academic-pipeline
Source: https://github.com/xlinh2301/EditCTC/tree/main/.agents/skills/academic-pipeline
Command: npx skills add https://github.com/xlinh2301/EditCTC --skill academic-pipeline-xlinh2301

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Coordinating a full research-to-publication workflow manually means juggling literature research, drafting, citation integrity checks, peer review simulation, and revision cycles across disconnected steps, with no audit trail or quality gates between stages. ## Core Features & Use Cases - Ten-stage orchestration: Dispatches deep-research, academic-paper, and academic-paper-reviewer skills across RESEARCH, WRITE, INTEGRITY, REVIEW, REVISE, RE-REVIEW, FINAL INTEGRITY, FINALIZE, and PROCESS SUMMARY stages with mandatory user confirmation checkpoints. - Integrity verification gates: Runs coverage-bounded reference, citation, claim, and data checks plus a 7-mode AI research failure checklist at Stages 2.5 and 4.5, blocking the pipeline on suspected hallucinated citations or fabricated results. - Two-stage peer review with audit trail: Full five-reviewer review followed by post-revision verification review, with versioned artifacts, a Material Passport for cross-session resume, and a bilingual process record PDF. - Use Case: A graduate student starts with only a topic, receives a researched and drafted paper, gets simulated reviewer feedback, revises through two rounds, and finishes with a formatted manuscript plus a documented human-AI collaboration record. ## Quick Start Tell the assistant you want to write a research paper on your topic from scratch and it will launch the pipeline at Stage 1, guiding you through each stage with confirmation checkpoints.

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 pipeline with a research topic and it starts at Stage 1 RESEARCH, then progresses through writing, integrity checks, review, and revision. Each stage ends with a checkpoint requiring your confirmation before the next stage begins.

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

Yes, mid-entry is supported. If you already have a draft, the pipeline detects your materials and starts at Stage 2.5 INTEGRITY; with reviewer comments it starts at Stage 4 REVISE, and with a final draft at Stage 5 FINALIZE.

How does the pipeline check for hallucinated citations?▼

The integrity_verification_agent runs coverage-bounded reference and claim checks at Stages 2.5 and 4.5, including a 7-mode AI research failure checklist covering hallucinated citations, fabricated results, and methodology fabrication. Suspected issues block the pipeline until you acknowledge them.

Can I resume the pipeline in a new session?▼

Yes, set ARS_PASSPORT_RESET=1 to emit boundary checkpoints in the Material Passport, then invoke resume_from_passport=<hash> in a fresh session. The pipeline locates the boundary entry and continues from the recorded stage.

When should I use a single skill instead of the full pipeline?▼

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