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.
npx skills add poplarity/dsh-science-workbench --skill figure-composergit clone --depth 1 https://github.com/poplarity/dsh-science-workbenchWrote 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/poplarity/dsh-science-workbench/figure-composer)<a href="https://agentmods.dev/skills/poplarity/dsh-science-workbench/figure-composer"><img src="https://agentmods.dev/badge/skills/poplarity/dsh-science-workbench/figure-composer/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/poplarity/dsh-science-workbench/figure-composer"><img src="https://agentmods.dev/badge/skills/poplarity/dsh-science-workbench/figure-composer.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.00169 | $0.02692 |
| Opus 5 | $0.00084 | $0.01346 |
| Sonnet 5 | $0.00034 | $0.00538 |
| Haiku 4.5 | $0.00017 | $0.00269 |
Grade A, and why
figure-composer 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 10d 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.
This is a copy
92% identical to figure-composer — 12 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 — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bundled with dsh-science-workbench — adapted from Anthropic Claude Science's built-in skills (extracted via the AcademicForge project), Apache-2.0.
Integration in this workbench: compose publication-grade multi-panel figures as
bio_run_celloutput. The helperkernel.pyships beside this SKILL.md — copy it into the project'scode/once:cp <this-skill-dir>/kernel.py <project>/code/figure-composer-kernel.py, then in each cellexec(open("code/figure-composer-kernel.py").read()). Run the workflow below one panel at a time;figure-style(also bundled) is loaded alongside.
Figure Composer — narrative → panels → compose → adversarial loop
Compose ONE publication-grade multi-panel figure: turn a one-sentence claim plus data files into an outline, render each panel, tile them into a composite, and harden it through an adversarial self-review loop.
Setup (any agent, no API key)
This is a pure skill — kernel.py is deterministic Python (PIL geometry plus
schema/prompt builders) and you (the base model) do all the reasoning:
reverse-engineering an outline from a figure, rendering panels, and the
adversarial composite review. There is no host runtime and no LLM API. Load
the helpers once per session in a Python cell:
exec(open("figure-composer/kernel.py").read())
Nothing auto-loads it outside Claude Science. Then call the helpers
(panel_task, compose_figure, compose_crops, composite_review_task,
derive_outline_prompt, …) directly; if one raises NameError, you have not
exec'd kernel.py. Dependencies: pip install pillow matplotlib.
Step 0. Load figure-style alongside this skill — that is the
design rules (and apply_figure_style() + helpers). You need it in context to
write the outline, render the panels, and review the composite. Each panel is
rendered against those same rules — whether you draw it yourself or hand it to a
sub-agent (see §2), the maker loads figure-style first.
What ships with it
2 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.
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.
- 10d ago First seen · 201 lines · 169 tokens per session scan A a496e22a9dae
figure-composer is a skill published in the GitHub repository poplarity/dsh-science-workbench (9 stars, last pushed 15d ago), licensed MIT. It adds 169 tokens to every session and 2,692 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to figure-composer, differing in 12 lines, and is treated as a copy.
Other skills, from other repositories
visionary-cli
Analyze images with DeepSeek's vision model via the visionary-server CLI. Use this whenever the user provides an image, photo, screenshot, or document with images - run vision to look at it rather than guessing.
healthcare-eval-harness
Patient safety evaluation harness for healthcare application deployments. Automated test suites for CDSS accuracy, PHI exposure, clinical workflow integrity, and integration compliance. Blocks deployments on safety failures. Use when a healthcare deployment must be gated on patient-safety tests for CDSS accuracy, PHI…
blender-motion-state-inspection
Use this skill when inspecting Blender characters, rigs, poses, animation retargeting, ground contact, facing direction, or model-vs-motion alignment where screenshots alone are not enough.
healthcare-emr-patterns
EMR/EHR development patterns for healthcare applications. Clinical safety, encounter workflows, prescription generation, clinical decision support integration, and accessibility-first UI for medical data entry. Use when building EMR or EHR features such as encounter workflows, prescription generation, or clinical data…
healthcare-cdss-patterns
Clinical Decision Support System (CDSS) development patterns. Drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), alert severity classification, and integration into EMR workflows. Use when building clinical decision support — drug interaction checks, dose validation, clinical scoring, or…
manim-video
Build reusable Manim explainers for technical concepts, graphs, system diagrams, and product walkthroughs, then hand off to the wider ECC video stack if needed. Use when the user wants a clean animated explainer rather than a generic talking-head script.