paper-orchestra

Generate a submission-ready LaTeX manuscript and compiled PDF from unstructured research materials via a five-agent pipeline.

2|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/raja21068/AutoResearch --skill paper-orchestra-raja21068
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-orchestra
Source: https://github.com/raja21068/AutoResearch/tree/main/skills/paper-pipeline/paper-orchestra
Command: npx skills add https://github.com/raja21068/AutoResearch --skill paper-orchestra-raja21068

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, latexmk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Orchestrates an end-to-end pipeline that converts your unstructured research inputs—idea, experimental log, and a LaTeX template plus guidelines—into a submission-ready LaTeX manuscript and compiled PDF, including figures and verified citations.

Core Features & Use Cases

  • End-to-end manuscript generation: Builds the full paper.tex by coordinating outline, literature review, plotting, section writing, and refinement.
  • Execution-grounded integrity gates: Validates workspace inputs, checks citation/ref integrity, sanity-checks LaTeX, and runs an anti-leakage compliance check with automated re-prompting if needed.
  • Submission packaging: Compiles the final manuscript into workspace/final/paper.pdf and writes provenance/audit artifacts to workspace/.

Quick Start

Run the paper-orchestra pipeline on your workspace that contains workspace/inputs/idea.md, workspace/inputs/experimental_log.md, workspace/inputs/template.tex, and workspace/inputs/conference_guidelines.md.

Frequently Asked Questions about paper-orchestra

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

FAQPage Schema
How do I automatically generate a research paper from experimental logs?

To generate a research paper from experimental logs, provide your unstructured research inputs and LaTeX template to run an end-to-end five-agent pipeline that drafts sections, generates figures, verifies citations, and compiles a submission-ready PDF.

Can I compile a LaTeX manuscript and verify citations in one automated workflow?

Yes, you can compile a LaTeX manuscript and verify citations in one workflow by running a multi-agent pipeline that performs literature verification, drafts sections in a single call, and outputs a compiled PDF at workspace/final/paper.pdf.

What inputs do I need to prepare for automated LaTeX manuscript generation?

Automated LaTeX manuscript generation requires a scaffolded workspace containing idea.md, experimental_log.md, template.tex, and conference_guidelines.md, with optional figures, to execute the writing pipeline correctly.

How does multi-agent orchestration handle iterative refinement during paper writing?

Multi-agent orchestration handles iterative refinement by applying acceptance and revert halt rules during section drafting, running deterministic validation and anti-leakage compliance checks with automated re-prompting if integrity gates fail.

Do I need Python and latexmk installed to compile a submission-ready PDF from research materials?

Yes, you need Python and latexmk installed to compile a submission-ready PDF from research materials, as these dependencies execute the pipeline scripts and perform the LaTeX compilation outputs.

What is the best way to turn unstructured research materials into a submission-ready LaTeX document?

The best way to turn unstructured research materials into a submission-ready LaTeX document is using a coordinated pipeline that creates outlines, plots figures, verifies literature, drafts sections, and packages the final manuscript with provenance artifacts.