academic-plotting

academic-plotting is a skill for Claude Code from Orchestra-Research/AI-Research-SKILLs. It costs 68 tokens per session (5,470 once invoked), scanned A, original, MIT.

A figure-making guide for machine-learning research papers. It creates system diagrams from research descriptions and numerical charts from experiment data.

In plain words
What is it for?
Use it for architecture diagrams, workflow diagrams, line and bar charts, scatter plots, heatmaps, confusion matrices, ablation charts, and training curves.
Why use it?
It helps turn technical ideas and results into clear, publication-ready figures without choosing and building every visual from scratch.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ml-paper-writing plugin — 4 skills shipped together

Good fit Use it for architecture diagrams, workflow diagrams, line and bar charts, scatter plots, heatmaps, confusion matrices, ablation charts, and training curves.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orchestra-research/ai-research-skills/academic-plotting
About the project

AI Research Skills Library is a collection of reusable instructions that guide AI agents through research and machine-learning engineering tasks, from finding ideas and writing papers to training, evaluation, and deployment. It is for configuring agents such as Claude Code, Codex, and Gemini to perform research workflows.

Orchestra-Research/AI-Research-SKILLs · 12,508 stars · on GitHub · orchestra-research.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Orchestra-Research/AI-Research-SKILLs --skill academic-plotting
Clone the repo
git clone --depth 1 https://github.com/Orchestra-Research/AI-Research-SKILLs

Made for: Claude Code.

Or install ml-paper-writing, the plugin that ships this one along with the rest of its 4 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for academic-plotting

README.md
[![agentmods](https://agentmods.dev/badge/skills/orchestra-research/ai-research-skills/academic-plotting/github.svg)](https://agentmods.dev/skills/orchestra-research/ai-research-skills/academic-plotting)
Your own site
<a href="https://agentmods.dev/skills/orchestra-research/ai-research-skills/academic-plotting"><img src="https://agentmods.dev/badge/skills/orchestra-research/ai-research-skills/academic-plotting/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for academic-plotting

Your own site · 80×15
<a href="https://agentmods.dev/skills/orchestra-research/ai-research-skills/academic-plotting"><img src="https://agentmods.dev/badge/skills/orchestra-research/ai-research-skills/academic-plotting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,470 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 28 Mar 2026
  • Snyk pass 28 Mar 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.05470
Opus 5 $0.00034 $0.02735
Sonnet 5 $0.00014 $0.01094
Haiku 4.5 $0.00007 $0.00547

Measured 7d ago against content hash 6613653d8109, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

academic-plotting scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

20-ml-paper-writing/academic-plotting/SKILL.md · 480 lines

How it starts

The opening of the file, as written. The whole thing — 480 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Academic Plotting for ML Papers

Generate publication-quality figures for ML/AI conference papers. Two distinct workflows:

  1. Diagram figures (architecture, system design, workflows, pipelines) — AI image generation via Gemini
  2. Data figures (line charts, bar charts, scatter plots, heatmaps, ablations) — matplotlib/seaborn

When to Use Which Workflow

Figure Type Tool Why
Architecture / system diagram Gemini (Workflow 1) Complex spatial layouts with boxes, arrows, labels
Workflow / pipeline / lifecycle Gemini (Workflow 1) Multi-step processes with connections
Bar chart, line plot, scatter matplotlib (Workflow 2) Precise numerical data, reproducible
Heatmap, confusion matrix matplotlib/seaborn (Workflow 2) Structured grid data
Ablation table as chart matplotlib (Workflow 2) Grouped bars or line comparisons
Pie / donut chart matplotlib (Workflow 2) Proportional data (use sparingly in ML papers)
Training curves matplotlib (Workflow 2) Loss/accuracy over steps/epochs

Rule of thumb: If the figure has numerical axes, use matplotlib. If the figure has boxes and arrows, use Gemini.


Step 0: Context Analysis & Extraction

The user will typically provide one of these inputs — not a ready-made specification:

Input Type Example What to Extract
Full paper / section draft "Here's our method section..." System components, their relationships, data flow
Description paragraph "Our system has three layers that..." Key entities, hierarchy, connections
Raw results / data table "MMLU: 85.2, HumanEval: 72.1..." Metrics, methods, comparison structure
CSV / JSON data Experiment log files Variables, trends, grouping dimensions
Vague request "Make a figure for the overview" Read surrounding paper context to infer content

Extraction Workflow

For diagrams (research context → architecture figure):

Read the full file on GitHub · 480 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 480 lines · 68 tokens per session scan A 6613653d8109

Subscribe to this mod's changes

academic-plotting is a skill published in the GitHub repository Orchestra-Research/AI-Research-SKILLs (12,508 stars, last pushed 2mo ago), licensed MIT. It adds 68 tokens to every session and 5,470 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

academic-plotting

Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn.…

brycewang-stanford/Auto-Empirical-Research-Skills · 68 tokens

academic-plotting

Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn.…

OpenRaiser/NanoResearch · 68 tokens

academic-plotting

Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn.…

TTAWDTT/elegant-researcher-skill · 68 tokens

research-academic-plotting

Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via G...

GrayCodeAI/starling · 38 tokens

ml-paper-writing

Write publication-ready ML/AI/Systems papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM, OSDI, NSDI, ASPLOS, SOSP. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification…

brycewang-stanford/Auto-Empirical-Research-Skills · 80 tokens

ml-paper-writing

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

OpenLAIR/dr-claw · 65 tokens