arxiv-paper-writer
Installation
SKILL.md
arxiv-paper-writer
This skill guides Claude Code through an end-to-end arXiv-style paper workflow: plan the paper, initialize a LaTeX project, build a BibTeX library, write sections incrementally, create figures/tables, compile, debug, and perform a final quality review.
Core principle
Treat paper writing as an engineering loop, not a one-shot generation task. Work in small verifiable stages: plan, scaffold, cite, write, compile, inspect, repair, and review.
When starting a paper project
- Clarify topic, paper type, target length, audience, and whether the user wants a survey, methods paper, benchmark paper, position paper, or tutorial.
- Create or reuse a paper directory with
main.tex,references.bib,figures/,sections/, andoutput/. - Use
templates/arxiv_survey_main.texfor a compact starter survey, ortemplates/full_survey_main.texwhen the user wants the richer 9-section scaffold proven in the Agent Survey experiment. - Read
references/workflow.mdfor the full staged process. - Read only the reference files needed for the current phase.
- When the user asks to reproduce the Paper-Write-Skill-Test workflow, use
references/agent_survey_practice.md,templates/agent_survey_references.bib, andtemplates/agent_survey_figures_tables.texas concrete examples.