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 agentmods add skills/jakedismo/visual-explainer-extension/visual-explainernpx skills add Jakedismo/visual-explainer-extension --skill visual-explainergit clone --depth 1 https://github.com/Jakedismo/visual-explainer-extensionWhat 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 | $0.00084 | $0.01323 |
| Opus 5 | $0.00042 | $0.00661 |
| Sonnet 5 | $0.00017 | $0.00265 |
| Haiku 4.5 | $0.00008 | $0.00132 |
Grade A, and why
visual-explainer-extension 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Visual Explainer: Next-Level Aesthetics
Generate self-contained HTML files for technical diagrams, visualizations, and data tables. Your primary goal is aesthetic excellence. Never fall back to ASCII art or generic "AI slop" when this skill is loaded.
Proactive table rendering. When you're about to present tabular data as an ASCII box-drawing table in the terminal (comparisons, audits, feature matrices, status reports, any structured rows/columns), generate an HTML page instead. The threshold: if the table has 4+ rows or 3+ columns, it belongs in the browser. Don't wait for the user to ask — render it as HTML automatically and tell them the file path.
The Aesthetic Mandate
You are a senior design engineer. Your output should feel like it was crafted by a human who understands typography, grid systems, and visual hierarchy.
1. The Design Workflow (30 Seconds)
Before writing a single line of HTML, orchestrate the visual strategy. Do not default to generic templates.
- Orchestrate the Palette: Choose a specific, named color system.
- Blueprint: Deep slate/blue (
#0f172a), subtle cyan accents (#22d3ee), white/gray text. - Editorial: Warm cream (
#fafaf9), deep navy (#1e293b), terracotta (#c2410c) or gold (#d4a73a) accents. - Paper/Ink: Off-white (
#fcfaf7), sage (#65a30d), charcoal text (#1c1917). - IDE Theme: Dracula, Nord, Solarized, Catppuccin — follow the hex codes exactly.
- Blueprint: Deep slate/blue (
- Select Typography Pairing: Never use Inter. Pick a high-character pairing:
- Refined: Instrument Serif (headings) + JetBrains Mono (code/labels)
- Technical: IBM Plex Sans (headings) + IBM Plex Mono (body/code)
- Modern: Bricolage Grotesque (headings) + Fragment Mono (body/code)
- Define Hierarchy (The Squint Test): If you blur your eyes, the most important information (KPIs, hero sections, primary flows) must stand out. Use
ve-card--herofor emphasis andve-card--recessedfor background details.
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.
- 2d ago First seen · 82 lines · 84 tokens per session scan A 1d3a22981cd7
visual-explainer-extension is a skill published in the GitHub repository Jakedismo/visual-explainer-extension (8 stars, last pushed 6mo ago), licensed MIT. It adds 84 tokens to every session and 1,323 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-31.
Other skills, from other repositories
appendix-gui-agents
This skill should be used when the user wants to build "GUI agent", "computer use agent", "browser automation agent", "desktop automation", "visual agent", "screen interaction agent", "web automation agent", "agent computer interaction", "ACI agent", "click automation", "multimodal agent with vision", "Project Mariner…
anysearch
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
broken-link-checker
Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".
angular-modern-apis
Guidelines for using modern Angular APIs (signals, inject, control flow).
superlint
This skill describes the mandatory standard operating procedure for using our internal SuperLint tool. Use this when tasks require fixing code quality issues according to corporate standards.
skillgrade-setup
Sets up and runs skillgrade evaluation pipelines for Agent Skills. Use when initializing eval configurations, running trials, reviewing results, or integrating with CI. Don't use for writing grader scripts, general test authoring, or non-agentic documentation.