paper-write

Convert PAPER_PLAN.md and NARRATIVE_REPORT.md into a compilable LaTeX manuscript.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tqLi99/academic-paper-skills --skill paper-write-tqli99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-write
Source: https://github.com/tqLi99/academic-paper-skills/tree/main/skills/paper-write
Command: npx skills add https://github.com/tqLi99/academic-paper-skills --skill paper-write-tqli99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Draft LaTeX paper content section-by-section from an outline to accelerate manuscript production and ensure consistent structure across all sections.

Core Features & Use Cases

  • Generates LaTeX sections from a well-structured outline (PAPER_PLAN.md) and the related narrative material (NARRATIVE_REPORT.md), including automatic incorporation of figures and bibliographic references.
  • Orchestrates drafting with model roles (DECISION_MODEL: Opus, EXECUTION_MODEL: Sonnet, REVIEW_MODEL: gpt-5.4), supports venue templates (IEEE/ACM/ICML), and enforces an end-to-end writing workflow with serial/parallel editing slices.
  • Use cases include drafting Abstract, Introduction, Methods, Results, and Conclusion sections, assembling a submission-ready manuscript, and iterating with reviewer-style feedback.

Quick Start

Provide PAPER_PLAN.md to the skill along with NARRATIVE_REPORT.md, and it will generate a complete, compilable LaTeX manuscript.

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 a structured outline and narrative report?

Draft a LaTeX paper by providing a structured PAPER_PLAN.md outline and a NARRATIVE_REPORT.md to generate a complete, compilable manuscript section-by-section. The process converts the markdown inputs into properly formatted LaTeX text, incorporating figures and bibliographies.

Can I use specific venue templates like IEEE or ACM for LaTeX academic writing?

Yes, LaTeX academic writing supports venue templates including IEEE, ACM, and ICML. You can apply these templates during the drafting process to ensure the generated manuscript meets specific conference formatting and structural requirements.

Do I need a BibTeX bibliography and generated figures before starting LaTeX drafting?

Yes, you need a BibTeX bibliography and generated figures before starting LaTeX drafting. These elements are required inputs alongside PAPER_PLAN.md and NARRATIVE_REPORT.md to produce a fully integrated, submission-ready LaTeX project.

What is the best way to automate the integration of figures and references into a LaTeX manuscript?

The best way to integrate figures and references into a LaTeX manuscript is to use an orchestrated drafting workflow that automatically incorporates generated figures and BibTeX bibliographies from structured narrative inputs. This ensures consistent citation and placement.

How does model orchestration work for reviewing and editing LaTeX paper sections?

Model orchestration for reviewing LaTeX paper sections works by assigning specific roles to different models for drafting, reviewing, and final integration. This workflow enforces an end-to-end writing process with serial and parallel editing slices to refine the manuscript.