paper-write

Generate section-by-section LaTeX paper drafts from outlines with verified citations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Writing a conference paper from research notes is slow and error-prone: citations get hallucinated, sections drift from the plan, and AI-generated prose triggers reviewer skepticism. This Skill turns a paper outline and narrative report into a complete, compilable LaTeX project with verified references. ## Core Features & Use Cases - Section-by-Section Drafting: Generates modular LaTeX section files (abstract, introduction, related work, method, experiments, conclusion, appendix) following venue templates for ICLR, NeurIPS, and ICML. - Verified Bibliography: Fetches real BibTeX entries from DBLP and CrossRef instead of LLM-generated citations, and filters references.bib to only cited entries. - Quality Pipeline: Applies de-AI writing polish, a reverse outline test, and a cross-review pass with an external reviewer model before final checks on page limits and references. - Use Case: After running /paper-plan and /paper-figure, invoke this Skill to produce a full anonymous ICLR submission draft with figures, citations, and appendix, ready to compile with latexmk. ## Quick Start Ask the assistant to write the paper from PAPER_PLAN.md and NARRATIVE_REPORT.md targeting ICLR using the paper-write skill.

Frequently Asked Questions about paper-write

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

FAQPage Schema
How do I write a LaTeX paper from an outline with AI?▼

Provide a PAPER_PLAN.md outline and NARRATIVE_REPORT.md, then run the paper-write skill. It drafts each section as a separate .tex file, inserts figures, adds citations, and produces a compilable main.tex for your target venue.

How to avoid hallucinated citations in AI-generated papers?▼

The skill fetches real BibTeX from DBLP and CrossRef using a three-step fallback chain instead of LLM-generated entries. Entries that cannot be verified are marked with a [VERIFY] comment rather than fabricated.

Which conference templates does paper-write support?▼

It ships templates for ICLR 2026, NeurIPS 2025, and ICML 2025, all using natbib citation commands. Each template includes theorem environments, standard packages, and an anonymous author block for submission.

Can I use paper-write without a PAPER_PLAN.md file?▼

No, the skill expects a paper plan with a claims-evidence matrix and section plan. If none exists, it asks you to run /paper-plan first or provide a brief outline before drafting.

What are the limitations of AI-drafted LaTeX papers?▼

The draft still requires human review for scientific accuracy, and venue style files must be downloaded separately from official conference sites. Page limits apply only to the main body, and figures must exist before drafting.