Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/GGbond-bo/MemOmics-Agentnpx agentmods add skills/ggbond-bo/memomics-agent/academic-figure-skillWrote 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.
[](https://agentmods.dev/skills/ggbond-bo/memomics-agent/academic-figure-skill)<a href="https://agentmods.dev/skills/ggbond-bo/memomics-agent/academic-figure-skill"><img src="https://agentmods.dev/badge/skills/ggbond-bo/memomics-agent/academic-figure-skill/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.
<a href="https://agentmods.dev/skills/ggbond-bo/memomics-agent/academic-figure-skill"><img src="https://agentmods.dev/badge/skills/ggbond-bo/memomics-agent/academic-figure-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.06718 |
| Opus 5 | $0.00000 | $0.03359 |
| Sonnet 5 | $0.00000 | $0.01344 |
| Haiku 4.5 | $0.00000 | $0.00672 |
Grade A, and why
academic-figure-skill scanned grade A with 1 finding 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 9d 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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
│ 3. Execute: subprocess.run([python/r_bin, script]) This is a copy
100% identical to academic-figure-skill — 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.
How it starts
The opening of the file, as written. The whole thing — 526 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Academic Figure Skill Hub
Academic Figure Skill generates publication-grade scientific figures for Nature/Cell/Science family journals. Every figure starts from the scientific question, not from a template.
Design Principles
1. One figure, one core message. CNS reviewers skim fast. A figure must convey its main conclusion in 3 seconds. Remove gridlines, borders, and legend entries that dilute the core message. Default to minimal, not maximal.
2. Restrained color > abundant color.
Default palettes (matplotlib tab10, ggplot2 hue_pal, Excel colors) signal "not designed" instantly. Use 2-4 semantic main colors + 1 accent. See references/color-palettes.md.
3. Design for print, not screen. Journal column widths are fixed (89 mm single, 183 mm double). Set figure dimensions at creation time — never scale down post-render.
4. Vector first, raster as fallback. Line art, scatter plots, bar charts → PDF/SVG/EPS. Only true raster content (heatmap color blocks, micrographs) should use TIFF/PNG at ≥300 dpi.
Complete Workflow
Follow this closed loop for every request. Never skip steps. Never assume the user's question.
User request received
│
▼
Step -1: Understand the Task ←── DISPATCH FIRST. If the user gave data but
│ didn't say what they want to learn, ASK.
▼
Step 0: Parse Data, Match to Task ←── Data parsing is directed by the
│ question, not by a template.
▼
Step 1: Recommend & Justify ←── "To answer your question, you need these
│ N panels. Here's why." N depends on the
▼ question, not on a fixed number.
User Confirms ──→ No → Refine recommendation
│
▼ Yes
Step 2: Runtime & Environment ←── Detect Python + R availability.
│ Install or configure if missing.
▼
Step 3: Style Baseline Injection ←── typography + color + export blocks.
│ Copied VERBATIM into every script.
▼
Step 4: Production Asset Scan ←── ls assets/figures/. For EVERY panel in
│ the plan, check matching scripts.
▼
Step 5: Generate ←── COPY-FIRST for matching scripts → native run.
│ No match → cross-type inherit.
▼
Step 5.5: Validate Data ←── Data sanity checks BEFORE rendering.
│
▼
Step 6: QA Protocol ←── 4-pass QA (AP-0..AP-7, CL-1..CL-7,
│ VI-1..VI-6, VV-1..VV-5). Fix → re-render.
▼
Step 7: Deliver ←── Vector PDF master + 300dpi PNG preview
+ QA report + statistics report
What ships with it
60 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.
- assets/figure-atlas/3Dheatmap.png 635 KB
- assets/figure-atlas/auroc.png 135 KB
- assets/figure-atlas/bar.png 54 KB
- assets/figure-atlas/CorrelationDensity.png 184 KB
- assets/figure-atlas/data-figure.png 397 KB
- assets/figure-atlas/density_heatmap.png 277 KB
- assets/figure-atlas/Frequency_3DHeatmap.png 175 KB
- assets/figure-atlas/GroupCorrelationmatrix.png 1471 KB
- assets/figure-atlas/GroupedBarChart.png 323 KB
- assets/figure-atlas/PCA.png 405 KB
- assets/figure-atlas/radar.png 130 KB
- assets/figure-atlas/RidgePlot.png 154 KB
- assets/figure-atlas/sankey.png 1334 KB
- assets/figure-atlas/StackedBarScatter.png 233 KB
- assets/figure-atlas/trend.png 303 KB
- assets/figure-atlas/violin_chart.png 382 KB
- assets/figures/3DHeatmap/plot_3Dheatmap_1.png 180 KB
- assets/figures/3DHeatmap/plot_3Dheatmap_2.png 181 KB
- assets/figures/3DHeatmap/plot_3Dheatmap_3.png 635 KB
- assets/figures/3DHeatmap/plot_3Dheatmap_4.png 635 KB
- assets/figures/3DHeatmap/plot_3Dheatmap.R 3.6 KB
- assets/figures/AUROC/plot_AUROC1_1.png 281 KB
- assets/figures/AUROC/plot_AUROC1.py 1.2 KB runs code
- assets/figures/AUROC/plot_AUROC2.png 281 KB
- assets/figures/AUROC/plot_AUROC2.py 1.6 KB runs code
- assets/figures/AUROC/plot_AUROC3.png 288 KB
- assets/figures/AUROC/plot_AUROC3.py 2.2 KB runs code
- assets/figures/BarAblation/bars_ablation_Cancer.png 798 KB
- assets/figures/BarAblation/bars_ablation_IEDB.png 1133 KB
- assets/figures/BarAblation/bars_comparison_Cancer.png 781 KB
- assets/figures/BarAblation/bars_comparison_IEDB.png 740 KB
- assets/figures/BarAblation/plot_bar_ablation.png 347 KB
- assets/figures/BarAblation/plot_bar_ablation.py 2.9 KB runs code
- assets/figures/BarAblation/plot_bars_ablation.py 7.5 KB runs code
- assets/figures/BarAblation/plot_comparison_ablation.png 321 KB
- assets/figures/BarAblation/plot_comparison_ablation.py 2.4 KB runs code
- assets/figures/BarCategorical/plot_correctness_by_category.png 640 KB
- assets/figures/BarCategorical/plot_correctness_by_category.py 6.3 KB runs code
- assets/figures/BarCategorical/plot_correctness_by_subcategory.png 1075 KB
- assets/figures/BarCategorical/plot_correctness_by_subcategory.py 6.4 KB runs code
- assets/figures/BarComparison/plot_comparison_GeneRegulatory.png 281 KB
- assets/figures/BarComparison/plot_comparison_GeneRegulatory.py 3.0 KB runs code
- assets/figures/BarComparison/plot_comparison_Trajectory.png 379 KB
- assets/figures/BarComparison/plot_comparison_Trajectory.py 2.9 KB runs code
- assets/figures/BarComparison/raw_data.py 4.4 KB runs code
- assets/figures/BarComposition/plot_brute_force.py 9.9 KB runs code
- assets/figures/BarComposition/plot_rewriting.png 400 KB
- assets/figures/BarComposition/plot_rewriting.py 3.6 KB runs code
- assets/figures/BarDistribution/plot_selfcorrection_math.png 597 KB
- assets/figures/BarDistribution/plot_selfcorrection_math.py 3.9 KB runs code
- assets/figures/basic-plots/_README.md 1014 B
- assets/figures/ConfusionMatrix/plot_SectorConfusionMatrix.png 466 KB
- assets/figures/ConfusionMatrix/plot_SectorConfusionMatrix.py 12 KB runs code
- assets/figures/CorrelationMatrix/plot_CorrelationHeatmap_v1.R 5.4 KB
- assets/figures/CorrelationMatrix/plot_CorrelationHeatmap_v2.R 5.4 KB
- assets/figures/CorrelationMatrix/plot_CorrelationHeatmap_v3.R 5.4 KB
- assets/figures/DensityHeatmap/plot_DensityHeatmap_2.png 98 KB
- assets/figures/DensityHeatmap/plot_DensityHeatmap_3.png 96 KB
- assets/figures/DensityHeatmap/plot_DensityHeatmap_4.png 99 KB
- assets/figures/DensityHeatmap/plot_DensityHeatmap_5.png 95 KB
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.
- 9d ago First seen · 526 lines · 0 tokens per session scan A ae592d4f514a
academic-figure-skill is a skill published in the GitHub repository GGbond-bo/MemOmics-Agent (19 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 6,718 tokens. A static security scan graded it A with 1 finding (runs shell commands). It is 100% identical to academic-figure-skill, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
scientific-schematics
Create publication-quality scientific diagrams using Nano Banana 2 AI with smart iterative refinement. Uses Gemini 3.6 Flash for quality review. Only regenerates if quality is below threshold for your document type. Specialized in neural network architectures, system diagrams, flowcharts, biological pathways, and…
paper-poster-html
A workflow for building an academic conference poster as one HTML/CSS file and printing it to a PDF at an exact page size. It uses the paper’s real figures and checks layout details before review.
paperFig
Design, implement, revise, and validate publication-quality scientific figures from references, existing plotting code, and real project data. Trace every figure to source code and inputs; deconstruct reference figures; plan the scientific story and multi-panel structure; build complex model architecture and…
latex-posters
Use when creating or revising LaTeX research posters with beamerposter, tikzposter, or baposter, including poster layout, typography, color, print sizing, figure placement, QR codes, compilation, and print-ready PDF checks.
figure-composer
Compose a publication-grade multi-panel scientific figure from a claim, dataset, or draft result. Use when the task needs panel planning, consistent figure layout, figure review, or final figure assembly.
ccf-visual-composer
A visual design assistant for research papers, presentations, posters, and README graphics. It can lay out figures, tables, diagrams, icons, colors, and other visual elements, including editable SVG, PDF, and PPTX outputs.