paper-write

Generate a venue-formatted LaTeX paper from a plan and narrative report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, python3, curl, and includes references (resource) components.

What problem does it solve?

This Skill helps you turn a paper outline and narrative research notes into a complete, venue-aware LaTeX manuscript written section by section, with figures and citations integrated.

Core Features & Use Cases

  • Section-by-section LaTeX drafting from PAPER_PLAN.md and NARRATIVE_REPORT.md to produce Abstract, Introduction, Related Work, Method, Experiments, and Conclusion as real LaTeX content.
  • Venue-specific formatting and templates for ICLR, NeurIPS, ICML, CVPR/ICCV/ECCV, ACL/EMNLP/NAACL, AAAI, ACM, and IEEE (journal or conference).
  • Citations and bibliography hygiene that can fetch real BibTeX via DBLP/CrossRef (or mark entries for verification when needed) and filters to only cited references.

Quick Start

Tell the AI: "Write the ICLR paper from my PAPER_PLAN.md and NARRATIVE_REPORT.md, using the default venue template."

Frequently Asked Questions about paper-write

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

FAQPage Schema
How do I generate a LaTeX research paper from an outline and research notes?

To generate a LaTeX research paper, provide a PAPER_PLAN.md and NARRATIVE_REPORT.md. The tool drafts each section, applies venue-specific templates, and outputs a compile-ready LaTeX project with integrated figures and a BibTeX bibliography.

Can I format academic writing for specific conference venues like ICLR or NeurIPS?

Yes, academic writing can be formatted for specific venues. The tool supports ICLR, NeurIPS, ICML, CVPR, ACL, AAAI, ACM, and IEEE templates, enforcing consistent citation styles and applying the correct structural formatting for each conference.

How do I verify and fetch real BibTeX citations for a paper draft?

To fetch and verify BibTeX citations, enable DBLP/CrossRef verification during drafting. The tool queries these databases for real entries, filters the bibliography to only include cited references, and marks unverifiable entries for manual review.

What do I need to start drafting compile-ready LaTeX papers section by section?

You need a PAPER_PLAN.md and NARRATIVE_REPORT.md to start drafting. Additionally, the environment must have bash, python3, and curl installed to support the LaTeX project generation, venue template creation, and citation hygiene processes.

Does this tool handle math macros and figure integration for academic writing?

Yes, this tool handles math macros and figure integration for academic writing. It generates a structured project layout that enforces consistent section structure, defines math macros, and optionally integrates figures into the LaTeX manuscript.