paper-write

Generate LaTeX paper sections and BibTeX bibliography from an outline and narrative plan.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/THUFanZd/Sewed_pipeline --skill paper-write-thufanzd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-write
Source: https://github.com/THUFanZd/Sewed_pipeline/tree/main/.agents/skills/paper-write
Command: npx skills add https://github.com/THUFanZd/Sewed_pipeline --skill paper-write-thufanzd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Drafting a full LaTeX paper from an outline and narrative plan is time-consuming and error-prone; this skill automates section-by-section generation to accelerate academic writing, ensuring structure and formatting consistency.

Core Features & Use Cases

  • Generate complete LaTeX sections (Abstract, Introduction, Related Work, Method, Experiments, Conclusion) from an outline and narrative sources.
  • Provide venue-template compatibility (ICLR/NeurIPS/ICML/CVPR/ACL/IEEE) and manage bibliography scaffolding.
  • Prepare a compilable main file with per-section inputs and references, enabling quick camera-ready outputs or draft iterations.

Quick Start

Draft a LaTeX paper by supplying the outline in PAPER_PLAN.md and the narrative in NARRATIVE_REPORT.md, then run the paper-write skill to generate sections and a main.tex.

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 complete LaTeX paper from an outline automatically?

To draft a LaTeX paper from an outline, provide your structure in PAPER_PLAN.md and narrative sources in NARRATIVE_REPORT.md. The skill generates complete LaTeX sections like abstract, introduction, and method, compiling them into a main.tex file with bibliography scaffolding.

Does academic paper writing support venue templates for ICLR or NeurIPS?

Yes, academic paper writing supports venue templates for ICLR, NeurIPS, ICML, CVPR, ACL, and IEEE. The skill applies these templates during section generation to ensure formatting consistency and structure compliance for your target conference.

How do I generate a BibTeX bibliography for machine learning papers?

You generate a BibTeX bibliography using a DBLP-CrossRef workflow integrated into the paper generation process. This mechanism automatically consolidates references and constructs bibliography scaffolding to ensure your LaTeX output is compilable.

Can I generate individual LaTeX sections like method and experiments separately?

Yes, you can generate individual LaTeX sections such as method, experiments, and conclusion. The skill creates per-section input files managed by a main file, enabling iterative drafting and quick updates to specific parts of your paper.

What is the best way to structure a narrative plan for CS paper generation?

The best way to structure a narrative plan for CS paper generation is to write detailed content descriptions in NARRATIVE_REPORT.md. This file provides the narrative logic and sources the skill uses to draft coherent sections from your PAPER_PLAN.md outline.

Why is my generated LaTeX paper not compiling with the bibliography?

Generated LaTeX papers fail to compile when bibliography entries are incomplete or uncited. The skill uses a DBLP-CrossRef consolidation workflow to ensure references are properly formatted and integrated, producing a compilable main file with accurate BibTeX scaffolding.