paper-orchestra

Orchestrate a five-agent pipeline from unstructured inputs to a compiled PDF.

87|7|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/leonardodalinky/SciDER --skill paper-orchestra
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paper-orchestra
Source: https://github.com/leonardodalinky/SciDER/tree/main/.scider/skills/paper-orchestra
Command: npx skills add https://github.com/leonardodalinky/SciDER --skill paper-orchestra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Coordinating an end-to-end process to convert unstructured inputs (idea, experimental log, LaTeX template, conference guidelines, and optional figures) into a submission-ready manuscript and a compiled PDF, relieving researchers from stitching together disparate tools.

Core Features & Use Cases

  • Orchestrates a five-agent pipeline (Outline, Plotting, Literature Review, Section Writing, Content Refinement) from I, E, T, G, F inputs to a finalized paper.
  • Supports parallel sub-tasks (Plotting and Lit Review), deterministic execution, and reproducible workspace provenance.
  • Enables end-to-end manuscript generation for research projects, theses, and conference submissions across disciplines.

Quick Start

Drop idea.md, experimental_log.md, template.tex, and conference_guidelines.md into inputs, then run the paper-orchestra pipeline.

Frequently Asked Questions about paper-orchestra

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

FAQPage Schema
How do I automate manuscript generation from unstructured research inputs?▼

Automated manuscript generation orchestrates a five-agent pipeline to convert experimental logs and LaTeX templates into a submission-ready PDF. It handles literature review, plotting, and section writing autonomously from raw inputs.

Can I generate a literature review and plots in parallel during paper writing?▼

Parallel literature review and plotting execute concurrently during paper writing. The pipeline dispatches sub-agents for both tasks simultaneously, then feeds results into a single multimodal section-writing call to assemble the manuscript.

What inputs do I need to start an end-to-end paper-writing pipeline?▼

Starting an end-to-end paper-writing pipeline requires idea, experimental log, LaTeX template, and conference guidelines files as inputs. Optional figures can also be provided to support the manuscript generation workflow.

How does a five-agent research pipeline ensure reproducible workspace provenance?▼

A five-agent research pipeline ensures reproducible workspace provenance through deterministic execution and frontmatter-driven discovery. It tracks each processing step from unstructured inputs to the finalized manuscript, maintaining a verifiable provenance record.

Does automated paper writing work with LaTeX templates and conference guidelines?▼

Automated paper writing works with LaTeX templates and conference guidelines by ingesting them as structured inputs. The pipeline applies these constraints during outlining and refinement to produce a submission-ready manuscript.