section-writing-agent

Draft missing research-paper sections as LaTeX from outline, inputs, citations, and figures.

32|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/woodfishhhh/EZ_math_model --skill section-writing-agent-woodfishhhh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: section-writing-agent
Source: https://github.com/woodfishhhh/EZ_math_model/tree/main/skills/ez-math-model/external/paper-orchestra/skills/section-writing-agent
Command: npx skills add https://github.com/woodfishhhh/EZ_math_model --skill section-writing-agent-woodfishhhh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Produces the remaining research-paper sections by drafting coherent LaTeX that is grounded in your outline, experimental logs, citations, and figures, without re-deriving numeric results.

Core Features & Use Cases

  • Single multimodal drafting call: Generates Abstract, Methodology, Experiments, and Conclusion together for global coherence, including figure-grounded prose.
  • Deterministic metrics to LaTeX tables: Converts numeric tables from experimental_log.md into booktabs-formatted LaTeX without hallucinating values.
  • Figure splicing and template completion: Inserts the provided PNG figures and merges everything into the template that already contains Intro + Related Work from Step 3.

Quick Start

Use the PaperOrchestra workflow to delegate Step 4 to section-writing-agent using workspace/outline.json, workspace/inputs/experimental_log.md, workspace/figures/, and workspace/drafts/intro_relwork.tex, so it outputs workspace/drafts/paper.tex.

Frequently Asked Questions about section-writing-agent

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

FAQPage Schema
How do I generate LaTeX for missing research paper sections from an outline?

To generate LaTeX for missing paper sections, this Skill drafts the Abstract, Methodology, Experiments, and Conclusion in a single call, ensuring consistency with your provided outline, technical inputs, citations, and figures.

Can I convert experimental log data into LaTeX tables without hallucinating metrics?

Yes, you can convert experimental logs into LaTeX tables without hallucinating values by using deterministic scripts that transform numeric tables from your logs into booktabs-formatted LaTeX.

How do I integrate PNG figures into a LaTeX paper draft?

You integrate PNG figures into a LaTeX draft by providing the images to the workflow, which splices them into the generated prose and merges the new sections into your existing Intro and Related Work template.

Does this paper drafting workflow require Python?

Yes, this paper drafting workflow requires Python, which is needed to run the deterministic scripts responsible for metrics extraction and maintaining LaTeX and citation integrity.

What is the best way to draft multiple research paper sections for global coherence?

The best way to draft multiple sections for global coherence is a single multimodal LLM call that generates the Abstract, Methodology, Experiments, and Conclusion together, grounding the text in your figures and experimental data.

Why should I not manually rewrite numeric results when compiling LaTeX paper sections?

You should not manually rewrite numeric results because this Skill automates the conversion of experimental logs into booktabs-formatted LaTeX tables, preventing transcription errors and ensuring your metrics remain exactly as logged.