From academic-paper
Scaffolds new LaTeX academic paper projects for NeurIPS, ICML, CVPR, IEEE TPAMI, ACL, EMNLP. Initializes .paper-config.yml, main.tex, sections/, Makefile, then outlines structure.
How this skill is triggered — by the user, by Claude, or both
Slash command
/academic-paper:paper-newThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a new academic LaTeX paper project: collect PaperConfig, write
Create a new academic LaTeX paper project: collect PaperConfig, write
.paper-config.yml, scaffold main.tex / sections/ / figures/ / scripts/ / references.bib / Makefile, then hand off to the structure_architect agent
for outline design.
This skill is disable-model-invocation: true. The user must invoke it
explicitly via /paper-new [venue] [subfield]. Auto-trigger is intentionally
disabled because creating a project has filesystem side effects.
$ARGUMENTS for optional venue (string) and subfield (enum:
ML, CV, NLP, systems, architecture, other)..paper-config.yml already exists in the cwd, ask the user whether to
reinitialize. If yes, back up the old file as .paper-config.yml.bak.template and citation_style from venue (no user input):
neurips_2026 + natbibcvpr_2026 + natbibIEEEtran + IEEEacl_2026 + natbibarticle + natbib.paper-config.yml with schema_version: 3 and the v2 superset
fields documented in docs/superpowers/specs/2026-04-11-academic-paper-plugin-design.md
section 3.4.1.<project>/
+-- main.tex
+-- sections/
| +-- introduction.tex
| +-- related_work.tex
| +-- method.tex
| +-- experiments.tex
| +-- results.tex
| +-- discussion.tex
| +-- conclusion.tex
+-- figures/
+-- scripts/
+-- references.bib (empty)
+-- Makefile
structure_architect agent (via Skill or Task) to design
the section outline. Pass the freshly written .paper-config.yml path so
the agent can read it.This skill is the one that CREATES .paper-config.yml, so it does not require
an existing config. Steps 1-6 above produce the config. Step 7 starts using it.
structure_architect produces StructureOutline (see references/handoff_schemas.md).
After scaffolding, common follow-ups:
/paper-draft introduction to write the first section/paper-figure bar comparing methods to add figures/paper-cite add Vaswani 2017 attention to add citationsnpx claudepluginhub curryfromuestc/academic-paper --plugin academic-paperGuides writing ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Includes LaTeX templates, citation verification, and literature review workflows.
Scaffolds a LaTeX manuscript directory with skeleton files, optional journal template, and Overleaf Git integration for research projects.
Provides commands for writing ML conference papers: introductions, abstracts, related work, discussions, experiments, reviews, rebuttals, references, titles, posters, slides, and social threads. Also includes experiment tracking, benchmark identification, and skill recommendation.