/paper-draft

Generate a LaTeX research paper draft with verified BibTeX bibliography from PAPER_PLAN and wiki sources.

Updated May 23, 2026
One-click install
npx skills add https://github.com/duany049/multi-skill-orchestration --skill paper-draft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /paper-draft
Source: https://github.com/duany049/multi-skill-orchestration/tree/main/.claude/skills/paper-draft
Command: npx skills add https://github.com/duany049/multi-skill-orchestration --skill paper-draft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

It turns a research wiki and a generated PAPER_PLAN into a compilable, de-AI-polished LaTeX paper with consistent sections, figures/tables, and verified BibTeX citations.

Core Features & Use Cases

  • Section-by-section LaTeX drafting from wiki sources: Writes Introduction, Related Work, Method, Experiments, Conclusion (and optional Appendix) by grounding each section in corresponding wiki pages referenced by PAPER_PLAN.
  • Figure and table generation: Builds paper-ready figures (plots/diagrams) and tables using the figure and table plan from PAPER_PLAN, producing files under paper/figures and paper/tables.
  • BibTeX verification and compilation readiness: Fetches citation metadata (via DBLP/CrossRef citation-verification flow) and generates paper/references.bib, then performs a final integrity check for inputs, citations, and references.
  • Optional per-section LLM review: Supports a --review mode to improve clarity and consistency before the final full-paper cross-review.
  • De-AI polish enforcement: Applies mandatory academic-writing polish rules after writing each section.

Quick Start

Generate a complete LaTeX paper draft from your existing PAPER_PLAN.md by running: /paper-draft wiki/outputs/paper-plan-yourpaper.md --review

Frequently Asked Questions about /paper-draft

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

FAQPage Schema
How do I draft a LaTeX paper automatically from a research wiki?

To draft a LaTeX paper automatically, you need an existing PAPER_PLAN and research wiki sources. The system grounds each section in the wiki pages and writes main.tex plus per-section .tex files for a complete draft.

How do I generate BibTeX citations and verify references for academic writing?

Generating verified BibTeX citations involves fetching citation metadata via DBLP/CrossRef and compiling references.bib. The workflow performs a final integrity check for inputs, citations, and cite keys.

Can I generate figures and tables directly from my wiki research plan?

Yes, you can generate figures and tables directly from your research plan. The system uses the figure and table plan from PAPER_PLAN to produce paper-ready plots and diagrams under paper/figures and paper/tables.

What is the best way to remove AI writing patterns from a generated LaTeX paper?

Removing AI writing patterns is handled by mandatory de-AI polish enforcement. The system applies academic-writing polish rules after writing each section to ensure consistent academic tone.

Do I need a PAPER_PLAN file before starting end-to-end research writing?

Yes, a PAPER_PLAN file is required before starting research writing. The drafting process reads PAPER_PLAN to structure sections, generate artifacts, and ground the content in corresponding wiki sources.

Can I improve section clarity before generating the final LaTeX document?

You can improve section clarity before final generation by using the --review mode. This optional per-section LLM review enhances consistency before the final full-paper cross-review.