paper-write

Generate venue-style LaTeX research paper drafts from outlines and notes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

It turns a paper outline and narrative notes into coherent, venue-style LaTeX drafts quickly, reducing the time and iteration needed to produce a full paper structure with consistent formatting and citations.

Core Features & Use Cases

  • Section-by-section LaTeX generation: Drafts Abstract, Introduction, Related Work, Method, Experiments, Conclusion, and appendix content from a provided plan and narrative report.
  • Venue-aware templates and formatting: Initializes the correct LaTeX class and bibliography style for targets like ICLR, NeurIPS, ICML, and IEEE venues.
  • Evidence and citation discipline: Builds a filtered bibliography from only the citations used in the drafted LaTeX, with DBLP/CrossRef-backed BibTeX fetching to avoid hallucinated references.
  • Gap-aware writing (optional): If a GAP report exists, inserts searchable DATA_NEEDED markers for missing evidence instead of inventing results.

Quick Start

Use the paper-write skill to draft the Introduction by providing your PAPER_PLAN.md and NARRATIVE_REPORT.md, targeting your desired venue and writing style.

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 research paper from an outline?

Generate a LaTeX research paper by providing your paper outline and narrative notes to produce section-by-section drafts. It targets venue-specific templates like ICLR or NeurIPS, creating submission-ready content from your plan and written report.

Can I generate venue-specific LaTeX formatting for NeurIPS or IEEE conferences?

Yes, you can generate venue-specific LaTeX formatting for NeurIPS, ICLR, ICML, and IEEE targets. It initializes the correct LaTeX class and bibliography style required for your chosen conference or journal submission.

How does citation hygiene work when drafting academic papers in LaTeX?

Citation hygiene is maintained by building a filtered bibliography from only the citations used in the drafted LaTeX. It fetches DBLP and CrossRef-backed BibTeX entries to prevent hallucinated or fabricated references.

What happens if I am missing experimental results for my machine learning paper?

If experimental results are missing, a GAP report triggers gap-aware writing that inserts searchable DATA_NEEDED placeholders. This prevents the LaTeX draft from inventing results, maintaining research reproducibility and evidence discipline.

Do I need a written report before generating LaTeX paper sections?

Yes, you need a PAPER_PLAN.md and a NARRATIVE_REPORT.md before generating LaTeX paper sections. These documents provide the outline and narrative notes required to draft coherent Abstract, Introduction, and Method content.