PaperOrchestra
Turn raw research notes into submission-ready LaTeX papers
All Skills in This Repository (9)
Pure Emerald Level Indicatorspaper-writing-bench
Reverse-engineer I/E benchmarks from research papers into three markdown artifacts.
content-refinement-agent
Refines LaTeX drafts via simulated peer review and score-driven revert decisions.
plotting-agent
Render publication-ready PNG figures and captions from plotting plans and experimental logs.
agent-research-aggregator
Aggregate AI coding-agent cache logs into PaperOrchestra idea.md and experimental_log.md files.
section-writing-agent
Generate LaTeX research paper sections from outlines, logs, figures, and citations.
literature-review-agent
Discover and verify academic citations via web search and Semantic Scholar.
paper-orchestra
Convert unstructured research inputs into a submission-ready LaTeX manuscript and compiled PDF.
outline-agent
Convert raw research materials into a schema-validated outline JSON.
paper-autoraters
Compute quality metrics and side-by-side judgments for research paper drafts.
Frequently Asked Questions
FAQPage SchemaHow to install PaperOrchestra?▼
Run `npx skills add Ar9av/PaperOrchestra --all -g -y` in your terminal to install the full skill suite globally.
How to turn experiment notes into a research paper?▼
Drop your idea summary, experimental log, LaTeX template, and conference guidelines into a workspace folder, then ask your agent to run the paper-orchestra pipeline. It outlines, plots figures, writes and refines every section automatically.
Can AI write a paper without fake citations?▼
Yes. PaperOrchestra verifies every candidate against Semantic Scholar, Crossref, and OpenAlex, then forces the writer to use only that verified pool with at least 90% citation coverage.
Does PaperOrchestra work with Claude Code and Cursor?▼
Yes. The skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Antigravity, Cline, Aider, and OpenCode with no API keys required.
Can it use my scattered AI agent experiment history?▼
Yes. The agent-research-aggregator skill scans your Claude, Cursor, Antigravity, or OpenClaw logs and converts them into the structured idea and experiment files the pipeline needs.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides