distill

distill is a command for Claude Code from Muminur/frontend-design-craft-skill. It costs 8 tokens per session (375 once invoked), scanned A, original, MIT.

A command for simplifying a website or app interface by removing elements that do not serve a clear purpose.

In plain words
What is it for?
Reviewing visible elements, colors, fonts, animations, sections, repeated patterns, and wording, then reporting what was removed, merged, or tightened.
Why use it?
It helps reduce visual clutter, inconsistent styling, unnecessary sections, and copy that takes longer to read.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the craft plugin — 4 skills, 13 commands shipped together

Good fit Reviewing visible elements, colors, fonts, animations, sections, repeated patterns, and wording, then reporting what was removed, merged, or tightened.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/muminur/frontend-design-craft-skill/distill
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.

Clone the repo
git clone --depth 1 https://github.com/Muminur/frontend-design-craft-skill

Made for: Claude Code.

Or install craft, the plugin that ships this one along with the rest of its 4 skills, 13 commands.

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 distill

README.md
[![agentmods](https://agentmods.dev/badge/commands/muminur/frontend-design-craft-skill/distill.svg)](https://agentmods.dev/commands/muminur/frontend-design-craft-skill/distill)
Your own site
<a href="https://agentmods.dev/commands/muminur/frontend-design-craft-skill/distill"><img src="https://agentmods.dev/badge/commands/muminur/frontend-design-craft-skill/distill.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 375 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.
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.00008 $0.00375
Opus 5 $0.00004 $0.00187
Sonnet 5 $0.00002 $0.00075
Haiku 4.5 $0.00001 $0.00038

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

Security

Grade A, and why

distill 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 7d 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.

commands/distill.md · 39 lines

What it actually says

/distill

Remove. Do not add anything. The goal is fewer elements, fewer colors, fewer fonts, fewer animations — leaving only what carries weight.

Target

$ARGUMENTS

Procedure

  1. For each visible element, ask: does removing this make the product worse, or just smaller? If only smaller, remove it.
  2. For each color in the palette, ask: is this distinct from the others, or just a variant nobody can name? Collapse near-duplicates.
  3. For each font weight, ask: is this used in 2+ places, or just once for emphasis? If once, consider replacing with the nearest used weight.
  4. For each animation, ask: does this signal state, or decorate? If decorate, remove.
  5. For each section, ask: could this be merged with the section above or below, or removed outright?
  6. For repeated patterns (3 testimonials, 6 logos, 4 features): is the count chosen, or arbitrary? Often 2 well-chosen items beat 4 average ones.
  7. For copy: strip qualifiers. "Really fast" → "fast". "Helps you to manage" → "manages". "We believe" → cut.

Output

## Distilled

**Removed:** [list with rationale]
**Merged:** [list]
**Copy tightened:** [before / after snippets]

**Element count:** [before] → [after]
**Color count:** [before] → [after]
**Font weight count:** [before] → [after]

Distill is destructive. Confirm with the user before removing anything that took meaningful work to build.

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. 7d ago First seen · 39 lines · 8 tokens per session scan A b3784fb03d99

Subscribe to this mod's changes

distill is a command published in the GitHub repository Muminur/frontend-design-craft-skill (4 stars, last pushed 3mo ago), licensed MIT. It adds 8 tokens to every session and 375 once invoked, about $0.0000 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.