paper-write

Generate a compilable LaTeX manuscript from a PAPER_PLAN.md outline.

38|3|Updated May 7, 2026
One-click install
npx skills add https://github.com/Chanw-research/claude-code-paper-writing --skill paper-write-chanw-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-write
Source: https://github.com/Chanw-research/claude-code-paper-writing/tree/main/skills/paper-discipline/paper-write
Command: npx skills add https://github.com/Chanw-research/claude-code-paper-writing --skill paper-write-chanw-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts an outline or plan into a complete LaTeX paper skeleton, eliminating tedious formatting boilerplate and ensuring consistent structure across sections.

Core Features & Use Cases

  • Outline-to-section generation: converts a PAPER_PLAN.md into organized LaTeX sections with consistent naming and file structure.
  • Template-aware formatting: integrates venue templates (ICLR/NeurIPS/ICML/IEEE) and a shared math_commands.tex for unified notation.
  • Modular output: produces section files (e.g., 0_abstract.tex, 1_introduction.tex) plus a references.bib and master main.tex, ready for compilation.
  • Use Case: a researcher with a plan can generate a ready-to-compile draft in minutes, then iterate by editing individual sections.

Quick Start

Provide a PAPER_PLAN.md outline and run the skill to generate a compilable LaTeX skeleton.

Frequently Asked Questions about paper-write

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

FAQPage Schema
How do I generate LaTeX paper sections from an outline?

To convert an outline into a LaTeX draft, provide a PAPER_PLAN.md file and run the skill to generate a complete, modular LaTeX manuscript skeleton with section files and a master main.tex.

Can I use this academic writing tool with NeurIPS or IEEE templates?

Yes, this academic writing tool integrates with major venue templates including ICLR, NeurIPS, ICML, and IEEE, adapting the generated LaTeX sections to fit the specific formatting requirements of your target conference or journal.

What is the best way to structure a modular LaTeX project for research writing?

The best way to structure a modular LaTeX project for research writing is to separate section files, maintain a shared math_commands.tex for unified notation, and manage citations through a dedicated references.bib file alongside a master main.tex.

Do I need a complete PAPER_PLAN.md to start drafting a manuscript skeleton?

Yes, you need a PAPER_PLAN.md outline to start drafting a manuscript skeleton, as the skill relies on this input to systematically generate the entire paper structure from the abstract through the appendix.

Does outline-to-section generation include bibliography handling?

Yes, outline-to-section generation includes bibliography handling by automatically producing a references.bib file within the modular LaTeX project structure to ensure your ready-to-compile draft manages citations correctly.