paper-write

Draft LaTeX research paper sections from a paper plan and narrative report.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/Shallow-W/llm-wiki --skill paper-write-shallow-w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-write
Source: https://github.com/Shallow-W/llm-wiki/tree/main/.claude/skills/paper-write
Command: npx skills add https://github.com/Shallow-W/llm-wiki --skill paper-write-shallow-w

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Writing a full research paper from an outline is time-consuming and error-prone, especially when you need venue-correct LaTeX structure and consistent section-by-section content.

Core Features & Use Cases

  • Section-by-section LaTeX drafting from a paper plan and narrative report, producing compilable paper files organized by sections.
  • Venue-aware templates and formatting for common ML/AI venues (ICLR/NeurIPS/ICML/CVPR/ACL/AAAI and IEEE conference/journal variants).
  • Citation discipline with verified BibTeX fetching (DBLP/CrossRef) to reduce hallucinated references and keep the bibliography clean.
  • Optional structural style steering via an opt-in style reference, while preserving factual content integrity.
  • Evidence integrity for known gaps using DATA_NEEDED markers when GAP_REPORT indicates missing experiment/slot evidence.

Quick Start

Run the paper plan first, then ask the skill to draft LaTeX section files and a main.tex using your outline and narrative.

Frequently Asked Questions about paper-write

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

FAQPage Schema
How do I draft a research paper in LaTeX from an outline?

Drafting a research paper in LaTeX from an outline involves generating section-by-section .tex files and a main.tex file. This process structures your narrative report into a compilable LaTeX document with venue-correct formatting and a filtered references.bib.

How do I format a LaTeX paper for specific ML conferences like NeurIPS or CVPR?

Formatting a LaTeX paper for ML conferences like NeurIPS or CVPR requires applying venue-aware templates. These templates automatically configure the document structure to meet specific submission guidelines for ICLR, ICML, CVPR, ACL, AAAI, and IEEE variants.

Can I generate a LaTeX bibliography and verify citations automatically?

Generating a LaTeX bibliography and verifying citations automatically involves fetching verified BibTeX entries from databases like DBLP and CrossRef. This citation discipline reduces hallucinated references and ensures your references.bib file remains clean and accurate.

Does paper drafting work with an existing narrative report to create LaTeX sections?

Paper drafting works directly with an existing narrative report to create LaTeX sections by processing an inputs-driven workflow. It transforms your provided paper plan and narrative into separate section .tex files, a main.tex entry point, and a math_commands.tex file.

How to handle missing experiment data when writing research papers?

Handling missing experiment data when writing research papers involves using DATA_NEEDED markers based on a GAP_REPORT. This evidence integrity approach explicitly flags missing experimental slots within the LaTeX draft instead of fabricating results.

What are the limitations of automated LaTeX paper generation regarding factual content?

Automated LaTeX paper generation preserves factual content integrity by relying strictly on your narrative report, using optional style steering only for structural formatting. It cannot invent new experimental evidence and instead marks known gaps with DATA_NEEDED indicators.