paper-write

Draft LaTeX paper sections from outlines and narrative inputs.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/satsuki-64/MiniAgentWorkflow --skill paper-write-satsuki-64
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-write
Source: https://github.com/satsuki-64/MiniAgentWorkflow/tree/main/.skills/paper-write
Command: npx skills add https://github.com/satsuki-64/MiniAgentWorkflow --skill paper-write-satsuki-64

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Draft LaTeX papers section-by-section from outlines and narrative inputs, enabling researchers to convert planning documents into full manuscript drafts quickly and consistently.

Core Features & Use Cases

  • Section-by-section drafting: generates Abstract, Introduction, Related Work, Method, Experiments, and Conclusion from a plan and narrative notes.
  • Venue templates & anonymization: applies standard templates for major venues (ICLR, NeurIPS, ICML, IEEE) with optional anonymous author blocks.
  • Bibliography workflow: builds a references.bib from cited sources using a DBLP/CrossRef-based fetch chain or arXiv/DOI lookups when needed.
  • Project scaffolding: outputs a clean paper directory layout with main.tex, sections/, figures/, and a BibTeX file ready for compilation.

Quick Start

Provide PAPER_PLAN.md and NARRATIVE_REPORT.md as inputs; the tool will generate the LaTeX sections accordingly.

Frequently Asked Questions about paper-write

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

FAQPage Schema
How do I draft LaTeX papers from an outline automatically?

Draft LaTeX papers section by section by providing a PAPER_PLAN.md and NARRATIVE_REPORT.md. The workflow outputs a complete project scaffold including main.tex, a sections/ directory, and a references.bib file ready for compilation.

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

Yes, LaTeX academic writing supports standard venue templates for major conferences including ICLR, NeurIPS, ICML, and IEEE. It applies the appropriate template and can optionally generate anonymous author blocks for blind submission.

How to manage BibTeX citations when writing a LaTeX manuscript?

Manage BibTeX citations by automatically building a references.bib file from cited sources. The bibliography workflow fetches citation metadata through a DBLP and CrossRef chain, or falls back to arXiv and DOI lookups when needed.

What do I need to generate LaTeX sections for an academic paper?

To generate LaTeX sections you need a PAPER_PLAN.md, a NARRATIVE_REPORT.md, and any generated figures. These inputs allow the workflow to draft the Abstract, Introduction, Related Work, Method, Experiments, and Conclusion sections.

Does automated LaTeX paper writing support anonymous submission formats?

Yes, automated LaTeX paper writing supports anonymous submission. It applies major venue templates and includes optional anonymous author blocks to ensure the generated manuscript meets blind review requirements.

What is the best way to convert a narrative report into a LaTeX manuscript?

Convert a narrative report into a LaTeX manuscript by processing NARRATIVE_REPORT.md alongside PAPER_PLAN.md. The workflow drafts each section sequentially and outputs a clean paper directory layout with main.tex and a BibTeX file.