paper-write

Generate a compilable LaTeX project from a paper outline.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Lingrongye/federated-learning --skill paper-write-lingrongye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-write
Source: https://github.com/Lingrongye/federated-learning/tree/main/Auto-claude-code-research-in-sleep/skills/paper-write
Command: npx skills add https://github.com/Lingrongye/federated-learning --skill paper-write-lingrongye

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Draft LaTeX paper sections from an outline by converting a structured plan into a ready-to-compile manuscript, generating the standard section files, templates, and bibliography scaffold.

Core Features & Use Cases

  • Generate LaTeX section files (e.g., 0_abstract.tex, 1_introduction.tex, 2_related_work.tex, etc.) from a PAPER_PLAN.md and accompanying NARRATIVE_REPORT.md.
  • Apply venue templates (ICLR/NeurIPS/ICML/IEEE) and manage anonymous/camera-ready author blocks, citations, and formatting.
  • Create a complete project structure (main.tex, includes, figures, references.bib) ready for compilation.
  • Enable a reproducible workflow: convert outlines and narrative content into a coherent, publication-ready manuscript.

Quick Start

Provide PAPER_PLAN.md and NARRATIVE_REPORT.md in your project root and run the paper-write workflow to generate a complete LaTeX project.

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 generate LaTeX paper sections from an outline, provide a PAPER_PLAN.md and NARRATIVE_REPORT.md in your project root. The workflow converts these structured plans into ready-to-compile section files like 0_abstract.tex and 1_introduction.tex.

Can I use venue templates like ICLR or NeurIPS for academic writing?

Yes, you can apply venue templates for ICLR, NeurIPS, ICML, and IEEE. The workflow manages anonymous or camera-ready author blocks, citations, and formatting to produce a publication-ready manuscript.

What files do I need to draft a LaTeX paper from an outline?

You need a PAPER_PLAN.md, a NARRATIVE_REPORT.md, any figures in a figures/ directory, and the templates directory for your chosen venue. These inputs produce a complete and compilable LaTeX project structure.

Does this workflow create a complete LaTeX project structure with bibliography?

Yes, drafting a LaTeX paper from an outline creates a complete project structure including main.tex, section includes, a figures directory, and a references.bib bibliography scaffold ready for compilation.

What is the best way to convert ML research outlines into a publication-ready manuscript?

The best way to convert ML research outlines into a publication-ready manuscript is using a structured workflow that parses PAPER_PLAN.md and NARRATIVE_REPORT.md to generate standard LaTeX section files and venue-specific templates.

Is this academic writing workflow suitable for non-ML research papers?

This workflow is specifically applicable to ML and NLP research papers using standard venue templates. It generates production-ready LaTeX structures tailored for computer science academic writing.