brand-update

brand-update is a skill for Claude Code from MountainUnicorn/add. It costs 20 tokens per session (1,700 once invoked), scanned A, original, MIT.

A command for changing a project's brand settings and checking generated materials against them. Branding can include colors, fonts, tone, and logos.

In plain words
What is it for?
Use it to change an accent color or broader brand settings, apply a preset, audit existing artifacts, and optionally fix inconsistencies.
Why use it?
It helps find and correct generated work that no longer matches the project's current visual or written identity.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool.

Installs and runs on its own, but its text points at files inside the plugin that ships it — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed.

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 skills/mountainunicorn/add/brand-update
Any agent
npx skills add MountainUnicorn/add --skill brand-update
Clone the repo
git clone --depth 1 https://github.com/MountainUnicorn/add

Made for: Claude Code.

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-update

README.md
[![agentmods](https://agentmods.dev/badge/skills/mountainunicorn/add/brand-update.svg)](https://agentmods.dev/skills/mountainunicorn/add/brand-update)
Your own site
<a href="https://agentmods.dev/skills/mountainunicorn/add/brand-update"><img src="https://agentmods.dev/badge/skills/mountainunicorn/add/brand-update.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,700 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.00020 $0.01700
Opus 5 $0.00010 $0.00850
Sonnet 5 $0.00004 $0.00340
Haiku 4.5 $0.00002 $0.00170

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

Security

Grade A, and why

brand-update 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 5d 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.

core/skills/brand-update/SKILL.md · 225 lines

How it starts

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

ADD Brand Update Command v{{VERSION}}

Update the project's branding configuration with new materials and audit existing generated artifacts for brand consistency. Optionally apply fixes to bring artifacts in line with the new brand.

Pre-Flight

  1. Check if .add/config.json exists. If not, tell the user to run /add:init first.
  2. Read .add/config.json and extract the current branding section.
  3. Read ${CLAUDE_PLUGIN_ROOT}/templates/presets.json for available presets and palette generation algorithm.

Arguments

The user provided: $ARGUMENTS

If arguments contain specific values (hex color, preset name, etc.), use them directly instead of asking.

Phase 1: Collect New Branding

Step 1.1: Determine Update Scope

Use AskUserQuestion:

Question: "What would you like to update?"
Options:
  - "Accent color only"
  - "Full brand refresh (color, fonts, tone, logo)"
  - "Apply a color preset"

Step 1.2a: Accent Color Only

Use AskUserQuestion:

Question: "Choose a new accent color:"
Options:
  - "Raspberry (#b00149) — bold and warm"
  - "AI Purple (#6366f1) — classic tech"
  - "Ocean (#0891b2) — professional and calm"
  - "Custom hex color"

If "Custom hex color": Ask for the hex value. Validate it's a valid 3 or 6 character hex color (with or without #).

Generate the full palette from the selected color using the algorithm in ${CLAUDE_PLUGIN_ROOT}/templates/presets.json:

  1. Parse hex to RGB, convert to HSL
  2. Generate all palette values (accentLight, accentDark, accentMuted, accentGlow, gradientStart, gradientMid, gradientEnd)
  3. Keep fixed colors (success: #22c55e, warning: #eab308, info: #0ea5e9)

Step 1.2b: Full Brand Refresh

Ask each in sequence:

Color: Same as Step 1.2a above.

Fonts: "Do you have font preferences?" Use AskUserQuestion:

  • "Use system defaults (Recommended)"
  • "Let me specify fonts"

If specifying: Ask for heading font, body font, code font. Store in branding.fonts.

Tone: "Describe your brand's tone/voice in a few words (e.g., 'professional but approachable', 'bold and confident', 'technical and precise')." (Default: null — no tone constraint)

Read the full file on GitHub · 225 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. 5d ago First seen · 225 lines · 20 tokens per session scan A c68d2e119c2c

Subscribe to this mod's changes

brand-update is a skill published in the GitHub repository MountainUnicorn/add (11 stars, last pushed 1mo ago), licensed MIT. It adds 20 tokens to every session and 1,700 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-30.