paper-write

Generate modular LaTeX paper sections from PAPER_PLAN.md and narrative reports.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/dz306271098/ARIS_for_Robotics --skill paper-write-dz306271098
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-write
Source: https://github.com/dz306271098/ARIS_for_Robotics/tree/main/skills/skills-codex-claude-review/paper-write
Command: npx skills add https://github.com/dz306271098/ARIS_for_Robotics --skill paper-write-dz306271098

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Draft LaTeX paper sections automatically from an outline and narrative to accelerate scholarly writing.

Core Features & Use Cases

  • Generates modular LaTeX section files (e.g., 0_abstract.tex, 1_introduction.tex, 2_related_work.tex, etc.) from PAPER_PLAN.md and a narrative report.
  • Integrates with figures and BibTeX bibliographies to produce a compilable manuscript structure.
  • Suitable for researchers targeting venues like ICLR, NeurIPS, ICML, enabling rapid drafting from a plan.

Quick Start

Provide PAPER_PLAN.md and NARRATIVE_REPORT.md, then run the paper-write skill to generate LaTeX sections.

Frequently Asked Questions about paper-write

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

FAQPage Schema
How do I automatically draft LaTeX sections from an outline for a research paper?

To automatically draft LaTeX sections from an outline, provide PAPER_PLAN.md and NARRATIVE_REPORT.md as inputs. The skill coordinates these files with figures and bibliography to generate modular LaTeX section files like 0_abstract.tex.

Can I generate LaTeX manuscripts formatted for specific machine learning venues like ICLR or NeurIPS?

Yes, you can generate LaTeX manuscripts for ICLR, NeurIPS, and ICML. The process enforces specific venue templates and anonymous author blocks to ensure the output meets formatting requirements.

How does BibTeX integration work when generating LaTeX paper sections?

BibTeX integration works by coordinating your bibliography files with the generated LaTeX sections. This ensures citations are properly linked, producing a fully compilable manuscript structure.

What is the best way to structure a modular LaTeX project from a narrative report?

The best way to structure a modular LaTeX project is to map sections from your narrative report to separate files, such as 1_introduction.tex and 2_related_work.tex. This creates an organized, compilable manuscript.

Do I need a complete narrative report to start drafting LaTeX sections?

Yes, you need a NARRATIVE_REPORT.md and a PAPER_PLAN.md to start drafting LaTeX sections. These inputs provide the structural outline and content narrative required to generate the modular files.