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.
npx claudepluginhub curryfromuestc/academic-paper --plugin academic-paperThis skill is limited to using the following tools:
Draft or revise a section of an academic LaTeX paper.
Orchestrates 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.
Orchestrates multi-section research paper writing with hard gates for plans, outlines, task packets, chapter architecture, and multi-agent dispatching per chapter.
Share bugs, ideas, or general feedback.
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 builds