academic-plotting

academic-plotting is a skill for Claude Code, Codex from TTAWDTT/elegant-researcher-skill. It costs 68 tokens per session (5,470 once invoked), scanned A, a copy of academic-plotting, MIT.

A tool for creating figures for machine-learning research papers. It makes architecture diagrams from research descriptions and charts from experimental data.

In plain words
What is it for?
Use it for system diagrams, workflows, training curves, bar charts, line charts, scatter plots, heatmaps, confusion matrices, and ablation comparisons.
Why use it?
It helps turn paper content and results into suitable, reproducible visuals without choosing and building every figure manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ttawdtt/elegant-researcher-skill/academic-plotting
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 TTAWDTT/elegant-researcher-skill --skill academic-plotting
Clone the repo
git clone --depth 1 https://github.com/TTAWDTT/elegant-researcher-skill

Made for: Claude Code, Codex.

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/ttawdtt/elegant-researcher-skill/academic-plotting/github.svg)](https://agentmods.dev/skills/ttawdtt/elegant-researcher-skill/academic-plotting)
Your own site
<a href="https://agentmods.dev/skills/ttawdtt/elegant-researcher-skill/academic-plotting"><img src="https://agentmods.dev/badge/skills/ttawdtt/elegant-researcher-skill/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/ttawdtt/elegant-researcher-skill/academic-plotting"><img src="https://agentmods.dev/badge/skills/ttawdtt/elegant-researcher-skill/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.
Origin 100% copy Near-identical to another mod 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 12d ago against content hash 6613653d8109, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 12d 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

This is a copy

100% identical to academic-plotting — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/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. 12d 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 TTAWDTT/elegant-researcher-skill (5 stars, last pushed 3mo 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. It is 100% identical to academic-plotting, differing in 0 lines, and is treated as a copy.

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.…

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.…

Orchestra-Research/AI-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.…

brycewang-stanford/Auto-Empirical-Research-Skills · 68 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

ml-paper-writing

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, conducting literature reviews, finding related work, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, citation verification workflows, and paper…

Galaxy-Dawn/claude-scholar · 72 tokens