research.paper.draft

Generates LaTeX or Markdown research paper drafts from experiment results and survey matrices.

Updated May 9, 2026
One-click install
npx skills add https://github.com/0h-n0/auto-research --skill research-paper-draft-0h-n0
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: research.paper.draft
Source: https://github.com/0h-n0/auto-research/tree/main/skills/research.paper.draft
Command: npx skills add https://github.com/0h-n0/auto-research --skill research-paper-draft-0h-n0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing a full research paper from scattered experiment results, survey notes, and experiment plans is slow and error-prone. This Skill automates Phase 7 of the auto-research workflow by assembling a complete paper draft (LaTeX for NeurIPS/ACL or Markdown) directly from your structured research artifacts. ## Core Features & Use Cases - Parallel Section Drafting: Drafts Abstract, Introduction, Related Work, Method, Experiments, Results, Discussion, and Limitations chapters in parallel, then unifies terminology, notation, and citation keys. - Bibliography Generation: Builds refs.bib with DOI and venue completion via Semantic Scholar, using consistent bibtex key naming. - Format Branching & Build Check: Selects NeurIPS/ACL LaTeX or Markdown skeletons based on paper_format, includes a mandatory AI-use disclosure section, and runs pdflatex/bibtex to verify the build. - Use Case: After finishing experiments in an LLM research project, invoke this Skill to turn 06_RESULTS.md, 02_SURVEY/MATRIX.md, and 04_EXPERIMENT_PLAN.md into a submission-ready paper draft with figures, tables, and references. ## Quick Start Use the research.paper.draft skill to generate the paper draft for my current auto-research project from the results and survey files.

Frequently Asked Questions about research.paper.draft

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

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

Run this Skill after your auto-research project has 06_RESULTS.md and 06_RUNS metrics. It drafts each section in parallel from your survey matrix and experiment plan, then assembles main.tex or main.md with figures and references.

What LaTeX formats does the paper draft skill support?▼

It supports NeurIPS and ACL LaTeX styles plus plain Markdown, selected via the paper_format field in 01_BRIEF.md. The LaTeX skeleton uses section includes and a refs.bib bibliography.

How are references and bibtex entries generated?▼

Citations are completed through the Semantic Scholar MCP integration, which fetches DOIs and venue metadata. Bibtex keys follow the pattern first-author last name, year, and first title word, such as vaswani2017attention.

Does the skill work if a DRAFT.md already exists?▼

Yes. If paper/DRAFT.md exists from the earlier paper.scaffold step, it is used as the primary input and split into per-section files for polishing, instead of starting from the skeleton templates.

Why does the LaTeX build fail after drafting?▼

Build failures are logged to paper/build_errors.log after running pdflatex and bibtex. Common causes include missing figures, unresolved bibtex keys, or special characters in section files that need escaping.

What are the limitations of automated paper drafting?▼

The draft depends on the quality of upstream artifacts like 06_RESULTS.md and the survey matrix. Statistical claims and theoretical contributions still require manual human verification before submission.