/paper-draft

Generate a complete LaTeX paper draft from a wiki-linked PAPER_PLAN.

77|16|Updated May 9, 2026
One-click install
npx skills add https://github.com/Lambenthan/empiricalwiki --skill paper-draft-lambenthan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /paper-draft
Source: https://github.com/Lambenthan/empiricalwiki/tree/main/.claude/skills/paper-draft
Command: npx skills add https://github.com/Lambenthan/empiricalwiki --skill paper-draft-lambenthan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of turning scattered empirical research notes into a coherent, submission-ready LaTeX paper without manually stitching citations, notation, figures, and section structure.

Core Features & Use Cases

  • Section-by-section paper writing from the wiki: Drafts Introduction/Related Work/Method/Experiments/Conclusion by pulling the right evidence and claims from your wiki pages.
  • Automatic figures/tables generation: Produces LaTeX figures (TikZ/pgfplots or Python plots) and booktabs-styled tables according to your figure/table plan.
  • Citation verification + de-AI polish: Fetches and validates BibTeX entries via DBLP/CrossRef, then runs a polish pass to remove AI-sounding phrasing and enforce notation consistency.
  • Optional LLM review loop: Can review each section and then perform a final structural cross-review before producing the complete draft.

Quick Start

Run the paper-draft skill on your PAPER_PLAN by providing its path, and it will generate a complete LaTeX paper directory under paper/ ready for compilation.

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 my research wiki?

To generate a LaTeX paper from a wiki, you draft each section by mapping claims, experiments, and concepts from your linked PAPER_PLAN, producing a complete document directory ready for compilation.

How do I verify BibTeX citations automatically when drafting an academic paper?

Automated citation verification fetches and validates BibTeX entries via DBLP and CrossRef during paper drafting, handling fallbacks for missing or unverified references to ensure traceability from your wiki pages.

Can I generate LaTeX figures and tables from wiki research notes?

Yes, you can generate LaTeX figures and tables by creating TikZ/pgfplots or Python plots and booktabs-styled tables directly according to your figure and table plan mapped from the wiki.

How do I remove AI-sounding phrasing from an academic paper draft?

To remove AI-sounding phrasing from an academic paper draft, you run a de-AI polish pass that refines the text and enforces notation consistency across all sections during the final writing stage.

What is the best way to structure iterative LaTeX paper drafting?

The best way to structure iterative LaTeX paper drafting is through optional per-section reviews, incremental section writing, and a final structural cross-review before generating the complete draft.

Do I need a PAPER_PLAN to start drafting a LaTeX paper from my wiki?

Yes, you need a wiki-linked PAPER_PLAN as the input, because the drafting process pulls mapped claims, experiments, and concepts from it to write each section of the LaTeX paper.