paper-writing

Generate a complete LaTeX research paper workflow from a narrative report.

1|Updated May 14, 2026
One-click install
npx skills add https://github.com/lix965996-art/MMM --skill paper-writing-lix965996-art
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-writing
Source: https://github.com/lix965996-art/MMM/tree/main/resources/app/skills/paper-writing
Command: npx skills add https://github.com/lix965996-art/MMM --skill paper-writing-lix965996-art

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the time-consuming manual process of converting a narrative research report into a complete, submission-ready LaTeX paper with figures, citations, compilation, and iterative polishing.

Core Features & Use Cases

  • End-to-End Paper Pipeline: Orchestrates paper-plan → paper-figure → paper-write → paper-compile → auto-paper-improvement-loop to produce final round PDFs and a full improvement log.
  • Venue-Aware Writing: Applies formatting, citation scaffolding, and constraints (e.g., ICLR/NeurIPS/ICML) through consistent workflow parameters.
  • Data Figures + Optional Illustrations: Generates plots/tables from the figure plan and can create architecture/method diagrams via gemini or mermaid.
  • Guardrailed Compilation & Review Loop: Ensures compilation succeeds, fixes common LaTeX/BibTeX errors, and runs two review-and-fix rounds while preserving round0/round1/round2 PDFs.

Quick Start

Use the paper-writing skill with your narrative report file to generate the full paper and compile the final polished PDF.

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 narrative research report into a LaTeX PDF for ICLR or NeurIPS?

To convert a research report into a LaTeX PDF, you need an end-to-end paper writing workflow that plans structure, generates figures, writes with citations, compiles to PDF, and runs an automated iterative improvement loop for venue-specific formatting.

What is the best way to automate iterative improvement for a research paper before compilation?

Automated iterative improvement for a research paper involves running an auto-review-and-fix loop that checks compilation, fixes LaTeX or BibTeX errors, and applies quality polishing across multiple rounds while preserving PDFs from each improvement stage.

Can I generate figures and architecture diagrams from text descriptions when writing a paper?

Yes, generating figures and architecture diagrams from text descriptions is possible. A structured paper workflow can extract figure plans from narrative claims and use tools like Mermaid or Gemini to produce data plots, tables, and method illustrations.

How do I fix LaTeX and BibTeX compilation errors during automated paper generation?

Fixing LaTeX and BibTeX compilation errors during automated paper generation requires a guardrailed compilation loop that detects failures, automatically patches formatting or citation syntax issues, and retries PDF compilation to ensure a successful final output.

Does automated paper writing support venue-specific formatting constraints for machine learning conferences?

Automated paper writing supports venue-specific formatting constraints by applying consistent workflow parameters tailored to machine learning conferences like ICLR, NeurIPS, and ICML, ensuring the generated LaTeX meets required submission scaffolding.

What are the limitations of using an automated review loop for research paper polishing?

A limitation of using an automated review loop for research polishing is its dependency on the initial structured narrative claims; while it fixes LaTeX errors and refines text across controlled rounds, it cannot fundamentally validate the underlying scientific claims or experimental data.