paper-draft

Drafts a complete LaTeX paper from a PAPER_PLAN using wiki sources, figures, and verified BibTeX.

Updated Jul 15, 2026
One-click install
npx skills add https://github.com/1549171506/shizhengmubangai1 --skill paper-draft-1549171506
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-draft
Source: https://github.com/1549171506/shizhengmubangai1/tree/main/Desktop/123/empiricalwiki/i18n/en/skills/paper-draft
Command: npx skills add https://github.com/1549171506/shizhengmubangai1 --skill paper-draft-1549171506

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a structured research plan and a wiki of claims, experiments, and papers into a compilable LaTeX paper is slow and error-prone; this Skill automates section-by-section drafting with traceable evidence and verified citations. ## Core Features & Use Cases - Section-by-section LaTeX generation: Writes introduction, related work, method, experiments, and conclusion from wiki claims, experiments, papers, and concepts, with optional --sections flag for incremental writing. - Figure, table, and bibliography automation: Generates TikZ/matplotlib figures, booktabs tables, and a references.bib fetched from DBLP/CrossRef with [UNCONFIRMED] tracking. - Quality passes: Applies mandatory de-AI polish per academic-writing standards and optional per-section plus full-paper Review LLM reviews. - Use Case: After running /paper-plan to produce PAPER_PLAN.md for a sparse-LoRA study, invoke this Skill to produce a compilable paper/ directory with main.tex, section files, figures, and a verified bibliography. ## Quick Start Run /paper-draft with the path to your PAPER_PLAN.md file, optionally adding --review for per-section LLM review or --sections to write only specific sections.

Frequently Asked Questions about paper-draft

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

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

Run /paper-draft with the path to your PAPER_PLAN.md file. The Skill reads the plan's section outline, evidence map, and citation plan, then writes each section from wiki sources into a compilable paper/ directory with main.tex and section files.

How do I write only specific sections of a paper draft?

Use the --sections flag with comma-separated section numbers, such as --sections 3,4 to write only Method and Experiments. This supports incremental writing without regenerating the entire paper.

Does the paper draft verify BibTeX citations?

Yes, BibTeX entries are fetched from DBLP, CrossRef, or Semantic Scholar following the citation-verification reference. Entries that cannot be confirmed are marked with a % [UNCONFIRMED] comment in references.bib for manual resolution.

What happens if the PAPER_PLAN file is missing?

The Skill stops with an error and suggests running /paper-plan first. If the plan exists but is incomplete, it lists the missing sections and recommends re-running /paper-plan before drafting.

Can I get an LLM review of each paper section?

Yes, enable the --review flag to run a per-section Review LLM pass checking clarity, claim-evidence alignment, and AI-sounding language. A final full-paper cross-review also checks coherence, notation consistency, and submission readiness.

What are the limitations of automated paper drafting?

Every technical claim must trace back to an existing wiki page, so missing wiki content is skipped with warnings. Figure generation failures produce TODO placeholders, and unverified citations require manual resolution before compiling.