paper-write

Drafts modular LaTeX research papers from verified evidence plans and citations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Writing a scientific paper from scattered experimental results, literature notes, and claims often leads to unsupported statements, inconsistent terminology, and fabricated citations. This Skill drafts and revises a modular LaTeX manuscript strictly from an approved claims-evidence plan, keeping every quantitative statement traceable to verified sources. ## Core Features & Use Cases - Plan-driven section drafting: Writes each section from the claim IDs, evidence paths, literature sources, figures, and page budgets assigned in paper/PAPER_PLAN.md rather than from model memory. - Verified bibliography construction: Reuses correct existing BibTeX entries or verifies title, authors, year, and venue through primary bibliographic sources before adding citations, never fabricating references. - Evidence-bounded revision pass: Extracts topic sentences as a reverse outline, removes filler and significance inflation, and records unclosable gaps in paper/OPEN_EVIDENCE_GAPS.md instead of inventing results. - Use Case: After completing an autoresearch experiment cycle, use this Skill to turn the approved paper plan, raw results, and reproducible figures into a venue-ready LaTeX manuscript with a consistent notation file and a clean references.bib. ## Quick Start Use the paper-write skill to draft the manuscript section by section from the approved paper plan in paper/PAPER_PLAN.md.

Frequently Asked Questions about paper-write

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

FAQPage Schema
How do I write a research paper from experimental results with AI?▼

Start from an approved claims-evidence plan that maps each claim to evidence paths, literature sources, and figures. The Skill drafts each section from that plan, making every paragraph one inferential move and placing quantitative statements only when their source and scope are known.

How to build a BibTeX bibliography without fabricated citations?▼

Reuse correct existing entries when available, otherwise verify title, authors, year, and published venue through a primary bibliographic or publisher source before adding the entry. Prefer published versions over preprints and never cite a paper from memory alone.

Can I use this for a specific conference LaTeX template?▼

Yes. For a new paper with a named venue, it uses only the verified official template already in the project or obtained through an authorized path. For venue-neutral papers, it starts from the provided VENUE_NEUTRAL_MAIN.tex.tmpl template.

What happens when evidence cannot support a claim in the paper?▼

The Skill records the gap in paper/OPEN_EVIDENCE_GAPS.md instead of inventing a result, theorem, baseline, or citation. Prose is never used to truthfully close an evidence gap that the underlying data cannot support.

Does it preserve an existing LaTeX manuscript when revising?▼

Yes. It inspects existing LaTeX structure, style files, bibliography, and local instructions before editing, and makes surgical revisions rather than rewriting. It also avoids deleting existing bibliography entries merely because a partial draft has not cited them yet.