academic-figure-designer

academic-figure-designer is a skill for Claude Code, Codex from Azhi-ss/academic-figure-skills. It costs 71 tokens per session (2,496 once invoked), scanned A, original, MIT.

A design and specification guide for creating academic figures, such as diagrams and charts used in research papers. It helps choose visual styles, colours, symbols, and a structured description of the figure.

In plain words
What is it for?
It helps plan and describe research diagrams, select a visual style and palette, represent concepts with visual metaphors, and compile a structured figure brief for rendering.
Why use it?
It gives figure creation a consistent process grounded in the evidence and claims in a paper, including colour choices that remain distinguishable for people with colour-vision differences.

Skill for Claude CodeCodex

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

Good fit It helps plan and describe research diagrams, select a visual style and palette, represent concepts with visual metaphors, and compile a structured figure brief for rendering.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/azhi-ss/academic-figure-skills/academic-figure-designer
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 Azhi-ss/academic-figure-skills --skill academic-figure-designer
Clone the repo
git clone --depth 1 https://github.com/Azhi-ss/academic-figure-skills

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-figure-designer

README.md
[![agentmods](https://agentmods.dev/badge/skills/azhi-ss/academic-figure-skills/academic-figure-designer/github.svg)](https://agentmods.dev/skills/azhi-ss/academic-figure-skills/academic-figure-designer)
Your own site
<a href="https://agentmods.dev/skills/azhi-ss/academic-figure-skills/academic-figure-designer"><img src="https://agentmods.dev/badge/skills/azhi-ss/academic-figure-skills/academic-figure-designer/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-figure-designer

Your own site · 80×15
<a href="https://agentmods.dev/skills/azhi-ss/academic-figure-skills/academic-figure-designer"><img src="https://agentmods.dev/badge/skills/azhi-ss/academic-figure-skills/academic-figure-designer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,496 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
  • 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.00071 $0.02496
Opus 5 $0.00036 $0.01248
Sonnet 5 $0.00014 $0.00499
Haiku 4.5 $0.00007 $0.00250

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

Security

Grade A, and why

academic-figure-designer 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/clean_image_metadata.py, scripts/validate_figure_spec.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

academic-figure-designer/SKILL.md · 164 lines

How it starts

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

Academic Figure Designer and Spec Engine

Design evidence-grounded academic figures, make semantic color & surface decisions, and compile clean academic-figure/FigureSpec@1 specifications and normalized structured rendering briefs. This skill serves as the single authoritative designer and prompt compiler for all figure styles.

Load only as needed:

  • spec contract → json-schema.md and figure-spec.schema.json
  • prompt compilation → references/json-to-prompt.md
  • visual brief guidance → references/image-prompt-guide.md
  • composition scaffolds → references/prompt-templates.md
  • visual anchors & SVMC → references/architecture-icons.md
  • palette/style fallback → references/palettes.md and optional references/styles/
  • missing evidence → references/missing-info-policy.md

Supported Style Profiles

Select one canonical style_profile (or compose with layer overlays from docs/styles/):

  1. classic-technical (经典学术框线风):
    • Clean white background, thin 1.5pt crisp outlines, restrained subtle tints (Okabe-Ito, Nature Blue, Cool Gray).
    • High contrast, orthogonal alignment, strict box/arrow engineering topology.
    • High-density tabular parameters and formal sans-serif typography (Helvetica/Inter).
  2. pastel-airy-ui (现代柔彩空气风):
    • White canvas with floating white cards and faint borders.
    • Generous negative space, floating pills/tokens (P1 Warm, P2 Cool, P3 Earthy), and lightweight curves.
    • Interface-like feel without multi-level nested boxes.
  3. illustrated-modular (编辑手绘模块风 / 有色语义分区图示风):
    • White canvas with content-driven soft-tinted semantic zones (I1 paired tokens: {soft_fill, dark_outline, title_text, icon_accent}).
    • Strong same-hue 1.5–2.5px dark outlines and no drop shadows.
    • Asymmetric hero region (~35–55% visual focus) with supporting modules arranged by real semantics.
    • Content-grounded editorial line art tied to declared semantics.
  4. reference-led (参考图驱动自由风格):
    • Extracts observable visual grammar (composition, marks, stroke, typography, illustration level, paired color fills/outlines) directly from a user-supplied reference image without copying proprietary content or topology.

Read the full file on GitHub · 164 lines

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 · 164 lines · 71 tokens per session scan A ca460f406ad9

Subscribe to this mod's changes

academic-figure-designer is a skill published in the GitHub repository Azhi-ss/academic-figure-skills (103 stars, last pushed 9d ago), licensed MIT. It adds 71 tokens to every session and 2,496 once invoked, about $0.0004 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-08-30.

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

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

paper-read

Read, analyze, and extract knowledge from academic papers. Handles PDFs and arXiv links. Produces structured summaries, identifies core contributions, evaluates methodology, and enables cross-paper comparison.

Calix-L/awesome-latex-skills · 40 tokens