aris-paper-writing

Orchestrates a five-phase pipeline from narrative report to compiled, reviewed LaTeX paper PDF.

1.1k|116|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/OpenLAIR/dr-claw --skill aris-paper-writing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aris-paper-writing
Source: https://github.com/OpenLAIR/dr-claw/tree/main/skills/aris-paper-writing
Command: npx skills add https://github.com/OpenLAIR/dr-claw --skill aris-paper-writing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turning research results into a submission-ready academic paper requires coordinating outlining, figure generation, LaTeX writing, compilation, and iterative review, which is slow and error-prone when done manually.

Core Features & Use Cases

  • End-to-End Pipeline Orchestration: Chains paper-plan, paper-figure, paper-write, paper-compile, and an auto-improvement loop into one automated workflow.
  • Venue-Aware Output: Supports ICLR, NeurIPS, ICML, CVPR, ACL, AAAI, ACM, and IEEE journal/conference formats with page-limit and citation-style handling.
  • Automated Review Loop: Runs two GPT-5.4 review-and-fix rounds, producing round-by-round PDFs and an improvement log.
  • Use Case: Given a NARRATIVE_REPORT.md with claims, experiments, and results, generate a polished, compiled paper PDF with figures, bibliography, and review-driven revisions ready for submission.

Quick Start

Run the paper writing pipeline on my NARRATIVE_REPORT.md targeting ICLR and produce the final compiled PDF.

Frequently Asked Questions about aris-paper-writing

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

FAQPage Schema
How do I generate a full research paper from experiment results?

Provide a NARRATIVE_REPORT.md containing claims, experiments, results, and figure descriptions. The pipeline plans the structure, generates data figures, writes LaTeX sections, compiles the PDF, and runs two automated review rounds.

What inputs does the paper writing pipeline accept?

It accepts a structured NARRATIVE_REPORT.md, a research direction plus experiment results, or an existing PAPER_PLAN.md to skip the planning phase. More detailed inputs with quantitative results produce better output.

Which conference and journal formats are supported for LaTeX papers?

Supported venues include ICLR, NeurIPS, ICML, CVPR, ACL, AAAI, ACM, IEEE Transactions-style journals, and IEEE conferences. The venue setting controls the style file, page limit, and citation format.

Can the pipeline auto-generate all figures for a paper?

It auto-generates roughly 60% of figures, such as data plots and comparison tables from JSON or CSV data. Architecture diagrams and qualitative result grids must be created manually and placed in the figures directory before writing begins.

What happens if LaTeX compilation fails during the pipeline?

The compile phase runs latexmk with automatic multi-pass builds and auto-fixes common errors like missing packages, undefined references, and BibTeX syntax issues, retrying up to three times. Compilation must succeed before the improvement loop starts.

How long does the full paper writing workflow take?

The typical end-to-end run takes about 45 to 90 minutes. LaTeX writing and the improvement loop are the longest phases, each taking roughly 15 to 30 minutes.