paper-writing

Automate paper creation from narrative reports into LaTeX-based PDFs.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/satsuki-64/MiniAgentWorkflow --skill paper-writing-satsuki-64
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-writing
Source: https://github.com/satsuki-64/MiniAgentWorkflow/tree/main/.skills/paper-writing
Command: npx skills add https://github.com/satsuki-64/MiniAgentWorkflow --skill paper-writing-satsuki-64

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end paper creation from a narrative report or topic into a submission-ready PDF.

Core Features & Use Cases

  • Orchestrates a five-phase pipeline (paper-plan, paper-figure, paper-write, paper-compile, auto-paper-improvement-loop) to transform input into a polished paper directory with LaTeX source and a final PDF.
  • Supports inputs like NARRATIVE_REPORT.md, a research direction, or an existing PAPER_PLAN.md to guide the workflow and ensure reproducibility.
  • Provides automated checks, venue-specific constraints, and revision loops to improve quality and alignment with submission guidelines.

Quick Start

Provide a narrative report or topic, and I will run the full pipeline from plan to final PDF.

Frequently Asked Questions about paper-writing

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

FAQPage Schema
How do I automate academic paper writing from a narrative report to a submission-ready PDF?

Automating academic paper writing involves running a five-phase pipeline that transforms a NARRATIVE_REPORT.md or research topic into a polished LaTeX source with a final PDF. The workflow handles paper planning, figure generation, LaTeX writing, compilation, and auto-improvement loops.

Can I generate LaTeX figures and manage references automatically for my research paper?

Yes, automatic LaTeX figure generation and reference management are handled during the paper-figure and paper-write phases. The pipeline creates figures from your narrative input and integrates them with managed references into the final LaTeX document.

What do I need to provide to start automated LaTeX paper compilation?

You need to provide a NARRATIVE_REPORT.md, a research direction, or an existing PAPER_PLAN.md as input. The pipeline uses these inputs to orchestrate planning, figure generation, LaTeX writing, and compilation into a submission-ready PDF.

Does automated paper writing support venue-specific constraints and page limits?

Yes, the automated paper writing pipeline enforces venue targets, configurable page limits, and revision rounds. The auto-improvement loop checks submission guidelines to ensure the final LaTeX PDF aligns with specific venue requirements.

How does the auto-improvement loop work during LaTeX paper generation?

The auto-improvement loop iteratively refines the generated LaTeX paper by running automated checks across multiple revision rounds. It adjusts the document to meet venue constraints and improve overall submission readiness before outputting the final PDF.

What are the limitations of automating paper creation from a research topic?

Automation depends on the quality of the initial narrative report or research topic provided. While it handles LaTeX writing, figure generation, and compilation, complex domain-specific arguments may require manual revision outside the automated improvement loop.