A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Claude Code plugin: multi-agent orchestrator with 10 specialist agents for academic writing review, research, drafting,
A Claude Code plugin that brings multi-agent review to academic writing — the same "multiple expert reviewers" model that makes peer review work, built into your writing process.
The gap between doing great research and writing about it clearly costs real impact. Findings get buried in unclear prose, reviewers stumble over notation inconsistencies, and figures fail to carry their weight. Most researchers get feedback from one or two people, often late in the process.
This plugin gives you a team of 12 specialist agents — each focused on a different dimension of writing quality — working in parallel, available at any point in the writing process.
Informed by Michael Black's "Writing a Good Scientific Paper" and real thesis/paper writing experience:
.tex files, thesis chapters, paper drafts).academic skill reads project conventions from your .claude/CLAUDE.md.You can also invoke it manually: /academic review my introduction.
| Skill | Command | Description |
|---|---|---|
| Academic | /academic <task> | Orchestrates specialist agents for academic writing tasks |
Review Agents (read-only analysis):
| Agent | Focus |
|---|---|
consistency-checker | Terminology, cross-refs, figure-text-caption alignment, structural coherence |
logic-reviewer | Argument flow, transitions, narrative arc, logical gaps |
technical-reviewer | Math notation, methodology, results validity, citations |
writing-reviewer | Prose clarity, conciseness, grammar, academic tone |
latex-layout-auditor | PDF layout audit — float placement, alignment, sizing |
Audit Agents (read + verify):
| Agent | Focus |
|---|---|
bibliography-auditor | Bib entry completeness, arXiv updates, title capitalization, venue consistency |
Research Agents (read + web):
| Agent | Focus |
|---|---|
research-analyst | Related work, novelty assessment, positioning, gap analysis |
brainstormer | Alternative framings, cross-disciplinary connections, research directions |
Survey Agents (read + web + write):
| Agent | Focus |
|---|---|
paper-crawler | Collects papers from DBLP + OpenAlex APIs, deduplicates, classifies |
Action Agents (read + write):
| Agent | Focus |
|---|---|
prose-polisher | Rewrites text for clarity, conciseness, flow (edits, not just reports) |
section-drafter | Drafts LaTeX sections, paragraphs, transitions, captions, abstracts |
latex-figure-specialist | Creates/adjusts TikZ/pgfplots figures, manages placement and layout |
Organized into 6 categories:
A. Structure & Narrative — A1 Recursive Consistency, A2 Logical Chaining, A3 Definition Order, A4 Paragraph Closers, A5 Claim-First, A6 GPS Rhythm, A7 The Nugget
B. Prose & Style — B1 Enumerations, B2 Negation-Contrast, B3 Colloquial Terms, B4 Thesis Voice, B5 One Idea/Sentence, B6 Calibrated Confidence, B7 Ruthless Conciseness, B8 AI-Tell Detection
C. Math & Equations — C1 Math for Clarity, C2 Triple Explanation, C3 Equation-Code Correspondence
D. Figures & Tables — D1 Active Figures, D2 Cross-Reference Floats, D3 Figure-Text-Caption Consistency, D4 One Message, D5 Interpret Figures, D6 Row Alignment, D7 Caption Self-Sufficiency
E. Citations & Bibliography — E1 Cite Named Entities, E2 Citation Completeness, E3 Bibliography Hygiene
F. Process & Meta — F1 Strategic Limitations, F2 Negation-Contrast Audit
The plugin auto-triggers when Claude detects academic writing context — .tex files, thesis chapters, paper drafts, bibliography work. Just describe what you need in natural language:
Review chapter 3 for consistency and technical correctness
Draft a transition paragraph from the method section to experiments
Polish the abstract in parts/abstract.tex
Audit the bibliography for missing fields and arXiv updates
How does our approach compare to recent test-time adaptation papers?
Survey recent work on test-time adaptation from top venues 2023–2025
Plan the structure for a related work section on domain generalization
Prepare this paper for NeurIPS submission — full review pipeline
You can also invoke the skill explicitly with /academic <task> if auto-triggering doesn't activate.
# Install from the marketplace:
claude plugin install andrehuang-academic-writing-agents
# Or install directly from GitHub:
claude plugin install --url https://github.com/andrehuang/academic-writing-agents
Or test locally during development:
claude --plugin-dir /path/to/academic-writing-agents
The orchestrator now persists review findings and supports incremental review:
.review/: After synthesis, aggregated findings (Critical/Important/Minor) are written to .review/YYYY-MM-DD-<scope>.md in your project. This means review results survive across sessions.These features work with Claude-Claw for session continuity and task management.
Add domain-specific agents to your project's .claude/agents/ directory. The plugin auto-discovers them and includes them in deployment plans.
Add a .claude/CLAUDE.md to your project with:
All agents read this before starting, so they adapt to your project's specific conventions.
Add new agents to ~/.claude/agents/ (global) or <project>/.claude/agents/ (project-level). Each agent is a Markdown file with YAML frontmatter specifying name, description, tools, and model. The plugin picks them up automatically.
The principles and workflows in this plugin draw on:
MIT
npx CLI installing 100+ agents, commands, hooks, and integrations in one command
干净、强大、属于你的 AI Agent 平台 --AI agents, without the clutter.
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
Pocket Flow: Codebase to Tutorial