write-worker

Generates a 2-column LaTeX research manuscript from hypotheses, citations, results, and figures.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/Its-Atharva-Gupta/forge-researcher --skill write-worker-its-atharva-gupta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-worker
Source: https://github.com/Its-Atharva-Gupta/forge-researcher/tree/main/skills/write_worker
Command: npx skills add https://github.com/Its-Atharva-Gupta/forge-researcher --skill write-worker-its-atharva-gupta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It removes the manual effort of assembling empirical research findings into a properly structured academic paper, turning raw experiment outputs into a compilable LaTeX manuscript. ## Core Features & Use Cases - Structured Manuscript Generation: Produces a 2-column LaTeX paper with Abstract, Introduction, Related Work, Empirical Methodology, and Results & Discussion sections. - Figure Embedding: Inserts generated figures from workspace/figures/ directly into the .tex document. - Automated Compilation: Calls the render_latex_manuscript MCP tool to compile workspace/paper.tex. - Use Case: After an evaluation worker produces workspace/results.tsv and a plot worker generates figures, this Skill drafts the full paper and compiles it without manual LaTeX authoring. ## Quick Start Write a 2-column LaTeX research paper from my hypothesis, ArXiv citations, workspace/results.tsv, and the figures in workspace/figures/, then compile it with render_latex_manuscript.

Frequently Asked Questions about write-worker

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

FAQPage Schema
How do I generate a LaTeX research paper from experiment results?

Provide the research hypothesis, ArXiv citations, workspace/results.tsv, and figure paths from workspace/figures/. The Skill formats a 2-column manuscript with standard sections and compiles workspace/paper.tex using the render_latex_manuscript MCP tool.

What sections does the generated LaTeX paper include?

The manuscript follows a standard academic structure: Abstract, Introduction, Related Work, Empirical Methodology, and Results & Discussion. Figures from workspace/figures/ are embedded directly into the .tex document.

What inputs are required before writing the paper?

The Skill expects a research hypothesis and problem statement, ArXiv literature citations, empirical numbers in workspace/results.tsv, and generated figure paths from workspace/figures/. These are typically produced by upstream evaluation and plotting workers.

How is the LaTeX manuscript compiled to PDF?

Compilation is handled by calling the MCP tool render_latex_manuscript on workspace/paper.tex after the document is drafted. The Skill itself only authors the .tex source and embeds the figures.

What are the limitations of automated LaTeX paper generation?

The output quality depends on the completeness of the provided inputs, such as citations and results files. Missing results.tsv data or figure files will limit the manuscript, and the Skill does not run experiments or create figures itself.