From academic-paper
Drafts or revises LaTeX sections for academic papers (abstract, intro, related work, method, experiments, results, discussion, conclusion) using TEEL framework and PaperConfig word budgets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/academic-paper:paper-draftThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Draft or revise a section of an academic LaTeX paper.
Draft or revise a section of an academic LaTeX paper.
.paper-config.yml."No paper project found. Run /paper-new first or cd into a paper project root."schema_version == 3..paper-config.local.yml in the same directory; if present, merge
its keys into the config (local overrides shared).paths.* relative to the directory containing
.paper-config.yml (NOT cwd). Reject absolute or ..-prefixed paths with
an error.Delegates to the draft_writer agent. The agent:
word_target from PaperConfigreferences/writing_quality_check.mdsections/<section_name>.tex if present (revision mode)sections/<section_name>.texThe section name is taken from $ARGUMENTS. Recognized values:
abstract, introduction, related_work, method (or methodology),
experiments, results, discussion, conclusion.
This skill consumes:
StructureOutline from paper-new via structure_architectArgumentBlueprint from argument_builder (when invoked first)RevisionRoadmap from paper-revise via revision_coach (during revision)It produces final section LaTeX text. See references/handoff_schemas.md.
/paper-figure to add figures referenced in the new section/paper-cite add ... to add new citations/paper-compile to verify the paper still buildsnpx claudepluginhub curryfromuestc/academic-paper --plugin academic-paperOrchestrates parallel paper processing by splitting into H1 sections and dispatching subagents to run skills like polish, translation, de-ai on .tex or .md files.
Academic writing multi-agent orchestrator. TRIGGER when: user is editing .tex files, reviewing thesis/paper chapters, drafting academic content, checking writing quality, or analyzing research positioning. Coordinates specialist agents in parallel for review, research, drafting, polishing, figure work, bibliography auditing, and literature surveys.
Drafts academic paper manuscripts and individual sections, with modes for full draft, outline-only, abstract-only, section redraft, and self-review. Includes claim verification, integrity gates, and compliance checkers for top-venue standards.