paper-writing

Orchestrates evidence-bounded research paper writing from promoted results into a compiled LaTeX manuscript.

Updated Aug 18, 2026
One-click install
npx skills add https://github.com/Nitrogen216/awesome-dsh-mods --skill paper-writing-nitrogen216
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paper-writing
Source: https://github.com/Nitrogen216/awesome-dsh-mods/tree/main/modes/dsh-autoresearch/skills/paper-writing
Command: npx skills add https://github.com/Nitrogen216/awesome-dsh-mods --skill paper-writing-nitrogen216

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning frozen research results into a coherent, source-grounded academic paper is slow and error-prone, with claims, figures, citations, and compilation often drifting out of sync. This Skill coordinates the full paper production pipeline so every headline claim maps back to promoted evidence. ## Core Features & Use Cases - Claims-to-Evidence Planning: Builds a claims-evidence matrix, related-work map, section budget, and asset plan before any drafting begins. - Modular LaTeX Drafting and Compilation: Drafts section by section, generates figures and tables from raw result artifacts, compiles the PDF, and diagnoses build failures. - Bounded Revision and Final Check: Runs at most two issue-driven revision passes and produces a single final factual check without restarting research. - Use Case: After an autonomous research loop freezes its state with promoted results, invoke this Skill to produce paper/main.pdf and paper/FINAL_CHECK.md grounded in PROMOTION_AUDIT.md and RESULTS.jsonl. ## Quick Start Use the paper-writing skill to turn the frozen research results in this project into a compiled, evidence-bounded LaTeX paper.

Frequently Asked Questions about paper-writing

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

FAQPage Schema
How do I turn research results into a LaTeX paper automatically?▼

Provide promoted evidence such as PROMOTION_AUDIT.md, RESULTS.jsonl, and LITERATURE.md, then the pipeline plans claims, generates figures, drafts modular LaTeX sections, compiles the PDF, and runs a bounded revision and final factual check.

What inputs does an automated paper writing pipeline need?▼

It prefers a promotion audit for supported claims, raw result files for numbers and plots, literature notes for positioning, and any existing LaTeX or bibliography to preserve. Missing inputs are never filled from memory.

Can I write a paper before the research is frozen?▼

Yes, but only as a clearly labelled provisional draft. Claims are not promoted and research state is not changed until the guard-confirmed frozen state directs the paper-writing handoff.

What happens when LaTeX compilation fails during paper generation?▼

The compile step diagnoses the failure and returns to the source location that caused it, such as a section file or figure asset. There are no extra review phases inserted between pipeline steps.

Does automated paper writing modify the research state or results?▼

No. The workflow explicitly does not mutate STATE.json or PIPELINE.jsonl, launch training, select new candidates, or change the promoted method. Paper production stays separate from scientific candidate selection.