paper-write

Generate a venue-templated LaTeX paper draft section-by-section from a plan and narrative.

Updated May 20, 2026
One-click install
npx skills add https://github.com/lightrain-a/medtrace-aris --skill paper-write-lightrain-a
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-write
Source: https://github.com/lightrain-a/medtrace-aris/tree/main/.vendor/aris/skills/paper-write
Command: npx skills add https://github.com/lightrain-a/medtrace-aris --skill paper-write-lightrain-a

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turns a paper outline and narrative into a complete, venue-templated LaTeX draft written section-by-section, including figures, citations, and bibliography building with citation hygiene.

Core Features & Use Cases

  • Section-by-section LaTeX drafting: Generates Abstract, Introduction, Related Work, Method/Preliminaries, Experiments, Conclusion, and an Appendix consistent with your plan.
  • Venue-aware templates: Produces papers in ICLR/NeurIPS/ICML/ACL/AAAI/ACM and IEEE Journal/Conference styles with correct packages and bibliography style expectations.
  • Robust citation + bib workflow: Builds references.bib from only actually cited keys, preferring verified DBLP/CrossRef BibTeX to reduce hallucinated citations.
  • Optional style profiling (opt-in): When provided with — style-ref, uses an extracted structural profile to match section ordering and formatting tendencies without copying prose or claims.
  • Figure and include integration: Reuses project figures/ assets and LaTeX include snippets from figures/latex_includes.tex.

Quick Start

Ask the assistant to write your paper draft section-by-section to LaTeX using your existing PAPER_PLAN.md and NARRATIVE_REPORT.md for the ICLR venue.

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 LaTeX paper from an outline section-by-section?

Drafting a LaTeX paper section-by-section requires a provided paper outline and narrative report to generate Abstract, Introduction, Related Work, Method, Experiments, and Conclusion text consistently with planned claims and evidence.

Can I generate a research paper draft in NeurIPS or ICLR LaTeX templates?

Generating research paper drafts in venue-aware templates supports ICLR, NeurIPS, ICML, ACL, AAAI, ACM, and IEEE Journal or Conference styles, producing correctly packaged LaTeX files with expected bibliography styles.

How to manage citations and build a references.bib file for a LaTeX paper?

Building a references.bib file for LaTeX papers involves extracting only actually cited keys and retrieving verified BibTeX entries via DBLP or CrossRef workflows to reduce hallucinated citation entries.

Do I need a PAPER_PLAN.md and NARRATIVE_REPORT.md to automate paper drafting?

Automated paper drafting requires PAPER_PLAN.md and NARRATIVE_REPORT.md as input sources to map planned claims, evidence, and narrative flow into the generated LaTeX project structure under a paper directory.

How do I integrate existing figures into a generated LaTeX paper draft?

Integrating existing figures into LaTeX paper drafts reuses project figure assets through LaTeX include snippets provided in a dedicated figures directory, inserting them appropriately within the section-by-section text generation.

What is the best way to avoid hallucinated citations in academic writing?

Avoiding hallucinated citations in academic writing requires building the bibliography exclusively from verified DBLP or CrossRef BibTeX entries, filtering references to include only keys actually cited within the drafted text.