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 geo-mena/distill --skill distill-designgit clone --depth 1 https://github.com/geo-mena/distillWrote 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/geo-mena/distill/distill-design)<a href="https://agentmods.dev/skills/geo-mena/distill/distill-design"><img src="https://agentmods.dev/badge/skills/geo-mena/distill/distill-design/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/geo-mena/distill/distill-design"><img src="https://agentmods.dev/badge/skills/geo-mena/distill/distill-design.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.00058 | $0.03210 |
| Opus 5 | $0.00029 | $0.01605 |
| Sonnet 5 | $0.00012 | $0.00642 |
| Haiku 4.5 | $0.00006 | $0.00321 |
Grade A, and why
distill-design 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.
How it starts
The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
When invoked: if the user has not given a specific request, ask what they want to build (article, diagram, slide deck, mockup, dashboard styling, voice transform) and act as an expert Distill designer. Output either HTML artifacts (for throwaway/preview work) or production-ready code (TSX + CSS) depending on the target.
Seven explicit slash commands wrap the most common workflows — they all load this Skill and add a focused prompt:
| Command | What it does |
|---|---|
/distill-design:article |
Generate a long-form article (TOC, citations, math, 7-section footer) |
/distill-design:diagram |
Generate one SVG diagram, picking the right primitive file from the topic |
/distill-design:cloud-arch |
Generate a vendor-agnostic cloud architecture SVG using the service-<slug> icon library |
/distill-design:cover |
Generate a 1600×500 README cover banner in the article-hero pattern |
/distill-design:rewrite |
Rewrite text in Distill voice — first-person plural, no superlatives, sentence case |
/distill-design:slides |
Generate a 16:9 slide deck — one idea per slide, paper background, system sans |
/distill-design:brand-map |
Map a product brand onto Distill tokens — override CSS, component adapter notes, voice translation table |
Use the commands when the user's intent maps cleanly to one of these tasks. For freeform requests outside those buckets, work directly from the decision tree below.
Quick orientation
Distill's visual language is diagrammatic-editorial: warm-paper background, system sans-serif throughout (body + display), two pastel diagram hues (salmon #e49381 = data, powder-blue #81bee4 = conditioning) plus lavender #b8a8d8 for attention/memory. Hand-built thin-stroke SVG illustrations (1.5–2px in #666, rounded caps). Reading column ~704px. No emoji, no gradients, no fixed elements, no shadows on body content. Body color is rgba(0,0,0,0.8); pure black is reserved for h1 only.
Tokens validated by DOM audit on 10 articles (2017–2021). For deep rules, read DESIGN-SYSTEM.md.
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.
- .claude-plugin/plugin.json 403 B
- assets/ICONOGRAPHY.md 4.2 KB
- assets/logo-wordmark.svg 181 B
- assets/pointer-glyph.svg 479 B
- commands/article.md 3.9 KB
- commands/brand-map.md 5.7 KB
- commands/cloud-arch.md 4.1 KB
- commands/cover.md 4.5 KB
- commands/diagram.md 3.4 KB
- commands/rewrite.md 4.0 KB
- commands/slides.md 4.3 KB
- DESIGN-SYSTEM.md 28 KB
- fonts/GeistPixel-Square.woff2 28 KB
- globals.d.ts 2.3 KB runs code
- preview/_card.css 786 B
- preview/brand-pointer.html 2.2 KB
- preview/brand-voice.html 1.7 KB
- preview/brand-wordmark.html 1.0 KB
- preview/colors-blue.html 1.8 KB
- preview/colors-lavender.html 1.8 KB
- preview/colors-paper.html 2.3 KB
- preview/colors-salmon.html 1.8 KB
- preview/colors-semantic.html 1.9 KB
- preview/components-blocks.html 2.0 KB
- preview/components-buttons.html 2.0 KB
- preview/components-caption.html 829 B
- preview/components-citation-block.html 1.2 KB
- preview/components-citation.html 1.1 KB
- preview/components-footer-sections.html 2.2 KB
- preview/components-footnote-popover.html 1.5 KB
- preview/components-graph-beam-search.html 3.3 KB
- preview/components-graph-debate-tree.html 3.2 KB
- preview/components-graph-edge.html 1.8 KB
- preview/components-graph-hmm.html 1.9 KB
- preview/components-graph-node.html 2.4 KB
- preview/components-heading-question.html 1.2 KB
- preview/components-heatmap-attention.html 4.7 KB
- preview/components-heatmap-cell-grid.html 9.0 KB
- preview/components-heatmap-conv-grid.html 13 KB
- preview/components-heatmap-recurrent-arrow.html 2.5 KB
- preview/components-heatmap-variable-tensor.html 4.9 KB
- preview/components-inputs.html 1.2 KB
- preview/components-link.html 1.0 KB
- preview/components-math-display.html 1.2 KB
- preview/components-math-inline.html 2.0 KB
- preview/components-operators.html 1.9 KB
- preview/components-pills.html 1.2 KB
- preview/components-rl-gridworld.html 8.5 KB
- preview/components-rl-policy-arrows.html 19 KB
- preview/components-rl-value-heatmap.html 10 KB
- preview/components-specialized-automata.html 6.3 KB
- preview/components-specialized-boxplot.html 5.1 KB
- preview/components-specialized-feynman.html 4.5 KB
- preview/components-specialized-image-annotations.html 1.9 KB
- preview/components-specialized-molecule.html 3.5 KB
- preview/components-tensor.html 2.6 KB
- preview/spacing-radii.html 1.5 KB
- preview/spacing-scale.html 1.7 KB
- preview/spacing-shadows.html 1.6 KB
- preview/type-anno-mono.html 1.1 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.
- 10d ago First seen · 98 lines · 58 tokens per session scan A 036d94b21550
distill-design is a skill published in the GitHub repository geo-mena/distill (2 stars, last pushed 3mo ago), licensed MIT. It adds 58 tokens to every session and 3,210 once invoked, about $0.0003 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
Explainer
Generate dense, visual-first HTML explainers in a signature dark aesthetic — diagrams carry the design, prose is captions only. Every section has a custom inline-SVG visualization: pipeline DAGs, archetype grids, hub-and-spoke diagrams, decision trees, risk matrices, gantt timelines, layer cakes, palette swatches…
extract-design
Extract the full design language from any website URL. Produces 8 output files including AI-optimized markdown, visual HTML preview, Tailwind config, React theme, shadcn/ui theme, Figma variables, W3C design tokens, and CSS variables. Also runs WCAG accessibility scoring. Use when user says 'extract design', 'get…
designlang-tokens
Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.
system-pitch
Write a design system investment pitch with a business case and ROI framing. Trigger when someone says: pitch the design system, make the case for the system, sell this to leadership, justify the investment, business case for design systems, why should we invest in a design system, or anything about building an…
stakeholder-brief
Write a one-page stakeholder brief translating design system health or status into business language. Trigger when someone says: stakeholder update, exec brief, leadership summary, status report for leadership, system status for non-designers, write a brief for the business, or anything about communicating design…
token-audit
Audit a design system's token definitions for naming violations, missing semantic tiers, and structural debt. This audits how tokens are defined and organised, NOT how they are consumed in code. Trigger when someone says: audit my tokens, token naming review, are my tokens consistent, token health check, review my…