paper-writing

Orchestrates a five-phase pipeline converting research narrative reports into compiled LaTeX paper PDFs.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill paper-writing-zniihgnexy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paper-writing
Source: https://github.com/zniihgnexy/vid_tokenizer/tree/main/.claude/skills/paper-writing
Command: npx skills add https://github.com/zniihgnexy/vid_tokenizer --skill paper-writing-zniihgnexy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a research narrative report into a submission-ready academic paper requires coordinating outlining, figure generation, LaTeX writing, compilation, and iterative review, which is error-prone when done manually. ## Core Features & Use Cases - End-to-End Pipeline Orchestration: Chains paper-plan, paper-figure, paper-write, paper-compile, and auto-paper-improvement-loop sub-skills into one automated workflow. - Venue-Aware Configuration: Supports ICLR, NeurIPS, and ICML targets with corresponding style files, page limits, and citation formats. - Automated Review Loop: Runs two rounds of GPT-5.4-based review and fix cycles, producing round0/round1/round2 PDFs plus an improvement log. - Use Case: Given a NARRATIVE_REPORT.md describing experiments and results, generate a complete paper/ directory with main.tex, sections, references.bib, figures, and a polished compiled PDF within the venue page limit. ## Quick Start Run the paper writing pipeline on my NARRATIVE_REPORT.md targeting ICLR to produce a compiled, reviewed paper PDF.

Frequently Asked Questions about paper-writing

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

FAQPage Schema
How do I generate a LaTeX paper from a research report?▼

Provide a NARRATIVE_REPORT.md with claims, experiments, and results as input. The pipeline creates a paper plan, generates figures, writes LaTeX sections, compiles the PDF with latexmk, and runs two review-and-fix rounds.

What inputs does the paper writing pipeline accept?▼

It accepts a structured NARRATIVE_REPORT.md, a research direction plus experiment results, or an existing PAPER_PLAN.md to skip the planning phase. More detailed figure descriptions and quantitative results produce better output.

Which conference venues does the pipeline support?▼

The pipeline supports ICLR, NeurIPS, and ICML as target venues. The venue setting controls the style file, page limit, and citation format, and can be overridden inline when invoking the workflow.

Can the pipeline auto-generate all paper figures?▼

No. It auto-generates roughly 60% of figures such as data plots and comparison tables from JSON or CSV data. Architecture diagrams, pipeline figures, and qualitative result grids must be created manually and placed in the figures/ directory.

What happens if LaTeX compilation fails?▼

The compilation phase auto-fixes common errors like missing packages, undefined references, and BibTeX syntax issues across up to three attempts. Compilation must succeed before the improvement loop begins.

How long does the full paper writing pipeline take?▼

The documented timeline is roughly 45 to 90 minutes total. LaTeX writing and the improvement loop are the longest phases at 15 to 30 minutes each, while planning, figures, and compilation are shorter.