What problem does it solve? Writing a conference paper from research notes is slow and error-prone: citations get hallucinated, sections drift from the plan, and AI-generated prose triggers reviewer skepticism. This Skill turns a paper outline and narrative report into a complete, compilable LaTeX project with verified references. ## Core Features & Use Cases - Section-by-Section Drafting: Generates modular LaTeX section files (abstract, introduction, related work, method, experiments, conclusion, appendix) following venue templates for ICLR, NeurIPS, and ICML. - Verified Bibliography: Fetches real BibTeX entries from DBLP and CrossRef instead of LLM-generated citations, and filters references.bib to only cited entries. - Quality Pipeline: Applies de-AI writing polish, a reverse outline test, and a cross-review pass with an external reviewer model before final checks on page limits and references. - Use Case: After running /paper-plan and /paper-figure, invoke this Skill to produce a full anonymous ICLR submission draft with figures, citations, and appendix, ready to compile with latexmk. ## Quick Start Ask the assistant to write the paper from PAPER_PLAN.md and NARRATIVE_REPORT.md targeting ICLR using the paper-write skill.