paper-writing

Generate a compiled LaTeX paper PDF from a narrative report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing a full research paper from an existing narrative report is time-consuming and error-prone, especially when figures, LaTeX structure, compilation, and submission checks must all line up.

Core Features & Use Cases

  • End-to-end paper generation pipeline: Orchestrates paper planning, figure creation, LaTeX writing, compilation, and an automated improvement loop to produce a polished paper/ deliverable.
  • Configurable submission assurance gates: Supports draft vs submission assurance, and when in submission mode runs external verification to confirm the final PDF meets gate requirements.
  • Figure modes for different needs: Generates data plots and supports multiple illustration approaches (e.g., deterministic figurespec, mermaid flowcharts, or API-based illustration options).
  • Optional structural style alignment: Accepts an opt-in -- style-ref to match structural tendencies (not prose) of a reference source.

Quick Start

Run the full pipeline on your narrative report to generate and compile a submission-ready PDF with ICLR formatting: /paper-writing "NARRATIVE_REPORT.md"

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 PDF from a narrative report?▼

To generate a LaTeX paper PDF from a narrative report, the pipeline orchestrates paper planning, figure creation, section-by-section writing, and compilation into a final polished submission-ready document.

Can I use mermaid flowcharts for figure generation in academic publishing?▼

Yes, you can use mermaid flowcharts for figure generation in academic publishing. The pipeline supports multiple illustration approaches including deterministic figurespec, mermaid, and API-based options.

What is a submission assurance gate for LaTeX compilation?▼

A submission assurance gate for LaTeX compilation is a verification phase that runs proof, claim, and citation audits. It confirms the final PDF meets submission requirements before output.

How do I align my paper formatting with a specific venue style reference?▼

You align paper formatting with a specific venue style reference by providing an optional style-ref parameter. This matches structural tendencies of the reference source during LaTeX generation.

Does automated paper writing run citation audits on the final PDF?▼

Yes, automated paper writing runs citation audits on the final PDF. During submission assurance mode, the system executes proof, claim, and citation audits before final external verification.