paper-writing

Generate a LaTeX paper and compiled PDF from a narrative report.

1|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill paper-writing-zhuyingqin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-writing
Source: https://github.com/zhuyingqin/ARIS-WEB/tree/main/crates/runtime/assets/skills/paper-writing
Command: npx skills add https://github.com/zhuyingqin/ARIS-WEB --skill paper-writing-zhuyingqin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill converts a research narrative into a complete, publication-style paper that goes all the way through LaTeX drafting, figure generation, compilation, and (optionally) submission-grade audit gates.

Core Features & Use Cases

  • End-to-end paper pipeline: orchestrates paper planning, figure/table generation, LaTeX writing, PDF compilation, and iterative improvement.
  • Venue-aware formatting: applies a target venue style (e.g., ICLR/NeurIPS/ICML/ACL/CVPR/IEEE) to structure, citations, and page constraints.
  • Submission assurance with external verification: when run with submission assurance (via effort/max/beast), it enforces required audits and only labels output as submission-ready if the external verifier passes.
  • Optional architecture illustration generation: generates architecture/workflow figures using modes like figurespec (default), mermaid, gemini, or codex-image2.

Quick Start

Run paper-writing on your narrative report by using: paper-writing "NARRATIVE_REPORT.md" — effort: balanced — venue: ICLR

Frequently Asked Questions about paper-writing

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

FAQPage Schema
How do I convert a research report into a submission-ready LaTeX PDF?

To convert a research report into a submission-ready LaTeX PDF, use an automated pipeline that orchestrates paper planning, figure generation, LaTeX writing, and PDF compilation from your structured narrative report. This workflow outputs a final paper directory containing both main.tex and main.pdf.

Can I automatically format my academic paper for specific venues like ICLR or NeurIPS?

You can automatically format academic papers for specific venues like ICLR, NeurIPS, ICML, ACL, CVPR, or IEEE by applying venue-aware formatting rules. This adjusts the paper structure, citations, and page constraints to match the target conference requirements during the LaTeX compilation process.

How do I generate architecture and workflow figures for an academic paper?

Generate architecture and workflow figures for an academic paper by using automated illustration modes like figurespec, mermaid, gemini, or codex-image2. These modes produce visual diagrams directly within the end-to-end paper compilation workflow.

How are citations and claims audited before final paper submission?

Citations and claims are audited before final paper submission through gated assurance behavior with optional proof, claim, and citation audits. When running in submission mode with external verification, the paper is only labeled submission-ready if the external verifier passes all required audits.

What is the best way to automate iterative improvement of a LaTeX paper draft?

The best way to automate iterative improvement of a LaTeX paper draft is to use a research automation workflow that handles end-to-end paper pipeline orchestration. This includes automated planning, figure and table generation, LaTeX writing, compilation, and continuous iterative refinement.

Do I need a structured narrative report to start automated paper compilation?

Yes, you need a structured narrative report containing your research claims, results, citations, and figures to start automated paper compilation. The pipeline requires this structured input to plan, draft, and compile the final publication-ready LaTeX document and PDF.