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.
npx claudepluginhub curryfromuestc/academic-paper --plugin academic-paperThis skill is limited to using the following tools:
Create a new academic LaTeX paper project: collect PaperConfig, write
Writes publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM from research repos. Handles literature reviews, citation verification, related work, and LaTeX templates.
Generates IEEE/ACM-formatted academic research papers with proper structure, citations, and scholarly style. Use when asked to write research, academic, or conference papers.
Guides interactive dialogue to plan research papers by clarifying type, discipline, topic, methodology, and chapter structure before drafting.
Share bugs, ideas, or general feedback.
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 citations