Create, revise, or audit academic data/result figures for CS/AI/ML papers. Data/result plots default to Python-generated editable SVG with CS/AI/ML-specific design rules for benchmarks, ablations, training dynamics, robustness, diagnostics, distributions, confusion matrices, and efficiency tradeoffs. Use when: generating plots from experiment results or numeric data, auditing publication figures, suggesting data-driven figure types, revising chart colors/layouts/labels, or preparing figure QA reports. Model framework diagrams, architecture diagrams, overview diagrams, and complex mechanism schematics are outside this skill's automatic drawing scope; provide only manual figure requirements or caption/blueprint notes when needed. Triggers on: 绘图, figure, chart, 画图, 实验图, 训练曲线, 消融实验, 对比图, 混淆矩阵, 结果图, 性能图, 鲁棒性图, 效率图, plot, publication figure, 数据可视化, generate plot, figure blueprint, 建议图表类型, figure audit, 审查图表, figure revision, 修改图表.
How this skill is triggered — by the user, by Claude, or both
Slash command
/academic-paper-writer:academic-figureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CS/AI/ML academic-figure router. 实验数据图默认交付 Python/matplotlib 可编辑 SVG,并执行 CS/AI/ML 图表设计 gate。模型框架图、架构图、overview 图和复杂机制图不属于本 skill 的自动绘制范围;如论文需要此类图,只能输出人工绘制需求、证据清单、caption 草案或 figure blueprint notes。
agents/figure_agent.mdmanifest.yamlreferences/api.mdreferences/chart-types.mdreferences/cs-ai-chart-design-patterns.mdreferences/design-theory.mdreferences/figure-contract.mdreferences/qa-contract.mdreferences/tutorials.mdreferences/workflow-chart-from-data.mdscripts/chart_template.pyscripts/qa_figure.pystatic/core/anti-patterns.mdstatic/core/output-contract.mdstatic/core/red-lines.mdstatic/core/stance.mdCS/AI/ML academic-figure router. 实验数据图默认交付 Python/matplotlib 可编辑 SVG,并执行 CS/AI/ML 图表设计 gate。模型框架图、架构图、overview 图和复杂机制图不属于本 skill 的自动绘制范围;如论文需要此类图,只能输出人工绘制需求、证据清单、caption 草案或 figure blueprint notes。
manifest.yaml. It declares always_load files, axes, and references.on_demand.always_load. These are the skill's binding rules — not reference material.stance.md defines Python-only plotting, figure contract, visual policy, and scope.red-lines.md defines absolute prohibitions. Do not negotiate these.output-contract.md defines deliverables per mode.anti-patterns.md defines known failure modes and their correct alternatives.mode from the manifest. If ambiguous, ask one concise clarification only when data source or target use is missing. Requests for model framework, architecture, overview, or mechanism diagrams use figure-blueprint only to produce manual_figure_needed notes; never render images, SVG, or prompts.references/ only when the manifest's references.on_demand condition is satisfied.| Mode | Use when |
|---|---|
chart-from-data | Data files or numeric results, needs publication plot with CS/AI/ML chart design gate |
figure-blueprint | Wants figure suggestions for a paper section |
figure-audit | Existing figure reviewed for publication readiness |
figure-revision | Existing figure needs revision |
agents/figure_agent.md is dispatched by the orchestrator at Step 6.4. The agent returns figure artifacts, scripts, SVG paths, and reports; it must not independently edit project source code or experimental data.
chart-from-data: Figure Contract, CS/AI/ML chart design gate, Python script, source data, editable SVG, QA report — all pass.figure-audit: Every QA item has pass/fail status and concrete remediation.figure-blueprint: Every suggested figure maps to a paper claim and data/evidence source.figure-revision: Revised artifact or instructions, QA report, unchanged evidence traceability.npx claudepluginhub joshua-zyy/academic-paper-writerGenerate publication-quality figures and tables from experiment results. Use when user says "画图", "作图", "generate figures", "paper figures", or needs plots for a paper. Also invoked by `/auto`'s Ledger Figures hook to produce per-claim figures embedded into `CLAIMS_LEDGER.md`.
Generates publication-quality scientific figures from data by iterating a generator-critic loop: the generator drafts and renders a figure, the adversarial critic grades it against a fixed rubric, and the generator revises until passing. Supports literature grounding via Semantic Scholar and arXiv.
Creates publication-quality scientific figures (pubfig) and tables (pubtab) from research results, including LaTeX export and QA review.