brand-map

brand-map is a command for Claude Code from geo-mena/distill. It costs 18 tokens per session (1,286 once invoked), scanned A, original, MIT.

A brand-to-design mapping command that translates a product's colors, fonts, tone, and target interface into Distill design tokens. Design tokens are named style choices used consistently across an interface.

In plain words
What is it for?
Use it to create CSS overrides, component adaptation notes, and voice guidelines for a dashboard, marketing site, documentation portal, or internal tool.
Why use it?
It removes guesswork when fitting an existing brand into a design system and records both visual and writing decisions.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the distill-design plugin — 1 skill, 7 commands shipped together

Good fit Use it to create CSS overrides, component adaptation notes, and voice guidelines for a dashboard, marketing site, documentation portal, or internal tool.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/geo-mena/distill/brand-map
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.

agentmods
npx agentmods add commands/geo-mena/distill/brand-map
Clone the repo
git clone --depth 1 https://github.com/geo-mena/distill

Made for: Claude Code.

Or install distill-design, the plugin that ships this one along with the rest of its 1 skill, 7 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 brand-map

README.md
[![agentmods](https://agentmods.dev/badge/commands/geo-mena/distill/brand-map.svg)](https://agentmods.dev/commands/geo-mena/distill/brand-map)
Your own site
<a href="https://agentmods.dev/commands/geo-mena/distill/brand-map"><img src="https://agentmods.dev/badge/commands/geo-mena/distill/brand-map.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,286 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00018 $0.01286
Opus 5 $0.00009 $0.00643
Sonnet 5 $0.00004 $0.00257
Haiku 4.5 $0.00002 $0.00129

Measured 6d ago against content hash 4ab2650cbeb6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

brand-map 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 6d 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.

plugins/distill-design/commands/brand-map.md · 49 lines

How it starts

The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Load the distill-design skill, then map the brand described in $@ to Distill design tokens, producing the override CSS, the component adapter notes, and the voice translation guidelines.

Workflow:

  1. Read plugins/distill-design/SKILL.md decision tree rows "Just need design tokens" and "Style a product/dashboard", then plugins/distill-design/DESIGN-SYSTEM.md § "Color", § "Typography", and § "Content fundamentals" before mapping.

  2. Parse $@ for brand inputs: brand name, primary brand color (hex), accent or secondary color (if any), font preference (system / serif / specific webfont), voice samples or tone descriptors, and the target surface (dashboard, marketing site, docs portal, internal tool). If a critical input is missing (no primary color, no surface type), ask one clarifying question. Otherwise commit.

  3. State the mapping rationale in 2–3 lines before producing the artifact: which Distill conventions stay (paper background, low saturation, hairline borders, 1.5–2px strokes, no gradients, no shadows on body content) and which brand inputs map onto which Distill slots.

  4. Produce three deliverables in order:

    a. Token override CSS — a :root { ... } block that overrides the relevant --* variables from plugins/distill-design/tokens/colors_and_type.css. Map the brand primary onto a Distill slot semantically (data → salmon, conditioning → blue, attention/memory → lavender; pick the closest match for the brand's intended emotional register). Keep --paper, --ink, --ink-soft, --ink-muted, --hairline, all spacing tokens, and the type scale untouched unless the brand explicitly requires divergence. Output the CSS as a code block, ready to drop into the consumer app over the base import.

    b. Component adapter notes — a numbered list mapping the user's expected UI surfaces (buttons, inputs, cards, navigation, data tables, charts) onto the closest existing primitives in plugins/distill-design/. Reuse Citation, Figure, MathBlock, TensorVector, Arrow, OperatorNode, SubNetBlock, PointerGlyph before proposing anything new. Where Distill has no equivalent (cards, app-shell sidebar, multi-column dashboards), follow the pushback from the SKILL decision tree: propose a figure-container or article-excerpt block instead of a card; propose breakouts or sequential figures instead of multi-column.

    c. Voice translation table — three columns: typical brand phrasing (input), Distill-voice rewrite (output), one-line note on the rule applied (e.g. "dropped marketing superlative", "rewrote in first-person plural"). Include 4–6 representative pairs covering: hero headline, feature description, CTA button label, error message, empty-state copy, footer microcopy. Use the user's voice samples from $@ as input where provided.

Voice and prose constraints (non-negotiable):

  • English only. Never translate the artifact, even if this conversation is in another language.
  • Sentence case for headings and CTAs. Title case only for proper nouns and named methods.
  • No emoji anywhere. No exclamation points in body. No contractions in formal sections.
  • No marketing superlatives ("revolutionary", "powerful", "robust", "comprehensive", "elegant", "seamless", "cutting-edge", "next-generation"). State what the thing does.
  • No year literals in the brand artifact unless the topic genuinely requires dating something.
  • First-person plural ("we") for narration in voice rewrites; second person ("you") only when addressing user actions directly.

Visual constraints (non-negotiable):

  • Background #fdfdfd (paper) — never pure white, never a colored fill.
  • Body color rgba(0,0,0,0.8) (≈ #333). Pure #000 reserved for h1 only.
  • Strokes 1.5–2px in #666 (or the brand-overridden equivalent in the same low-saturation register) with stroke-linecap="round". No multi-color icons, no gradients, no shadows on body content.
  • If the brand primary is fully saturated, desaturate it to fit the Distill register before mapping (e.g. #3b82f6 brand blue → #81bee4-adjacent shade, kept under the Distill saturation ceiling). State this transformation explicitly in the rationale so the user can override if they reject the desaturation.

Read the full file on GitHub · 49 lines

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. 6d ago First seen · 49 lines · 18 tokens per session scan A 4ab2650cbeb6

Subscribe to this mod's changes

brand-map is a command published in the GitHub repository geo-mena/distill (2 stars, last pushed 3mo ago), licensed MIT. It adds 18 tokens to every session and 1,286 once invoked, about $0.0001 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.

Related

Other commands, from other repositories