brand

brand is a skill for Claude Code, Codex from MountainUnicorn/add. It costs 22 tokens per session (1,001 once invoked), scanned A, original, MIT.

A command that displays the branding settings for an ADD-managed project, such as colors, fonts, tone, logo, and style guide. It also reports whether generated materials still match those settings.

In plain words
What is it for?
Use it to review configured branding, find brand drift, and check image-generation capability status.
Why use it?
It gives developers one place to inspect the project’s visual rules and spot inconsistent generated materials.

Skill for Claude CodeCodex

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

Made for: Claude Code, Codex.

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

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

Measured 4d ago against content hash 769342c5e8b0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

brand 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 4d 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/SKILL.md · 131 lines

How it starts

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

ADD Brand Command v{{VERSION}}

Display the current branding configuration for this ADD-managed project. Shows accent color, palette, fonts, tone, where branding is applied, detects brand drift in generated artifacts, and reports image generation capability status.

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 branding section.
  3. If no branding section exists, inform the user: "No branding configured. Run /add:brand-update to set up branding, or re-run /add:init --reconfigure to add it during setup."

Phase 1: Display Current Branding

Read branding from .add/config.json and display:

PROJECT BRANDING

  Accent Color:   {accentColor} ({presetName or "custom"})
  Palette:
    Gradient:     {gradientStart} → {gradientMid} → {gradientEnd}
    Light/Dark:   {accentLight} / {accentDark}
    Muted:        {accentMuted}
    Success:      {palette.success}

  Fonts:          {fonts.heading}, {fonts.body}, {fonts.code} — or "Not configured (using system defaults)"
  Tone:           {tone} — or "Not configured"
  Logo:           {logoPath} — or "Not configured"
  Style Guide:    {styleGuideSource} — or "Not configured"

  Preset:         {presetName or "Custom color"}

Phase 2: Artifact Scan & Drift Detection

Scan known artifact locations for brand consistency:

Step 2.1: Find Generated Artifacts

Check for the existence of:

  • docs/infographic.svg
  • reports/*.html (glob for any HTML reports)
  • README.md (check for embedded infographic reference)

Step 2.2: Check for Color Drift

For each found artifact:

SVG Infographic (docs/infographic.svg):

  • Read the file
  • Search for hex color values in linearGradient elements and fill/stroke attributes
  • Compare against configured branding.palette colors
  • Flag any accent/gradient colors that don't match the configured palette

HTML Reports (reports/*.html):

  • Read each file
  • Search for CSS --accent: variable value
  • Compare against configured branding.accentColor
  • Flag mismatches

Read the full file on GitHub · 131 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. 4d ago First seen · 131 lines · 22 tokens per session scan A 769342c5e8b0

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

taiyi-ui-design

TaiyiForge 第 4 阶段 — UI/UX 契约,产出 UI-DESIGN.md。四端通用。.

Dong90/oh-my-taiyiforge · 35 tokens

methodology-curator

Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents.

athola/claude-night-market · 21 tokens

preview

Divergent-discard instantiation. Fires when direction candidates cannot be recognized from descriptions. Type: (DirectionUnrecognizable, Hybrid, PREVIEW, DirectionProspect) → DirectionalContrast.

jongwony/epistemic-protocols · 41 tokens

review-core-correctness

Normative mandatory reviewer for correctness, contracts, architecture sanity, UX behavior, code quality and tests in the explyt spring-plugin codebase. Use during orchestrated code review of a PR, diff, commit or branch, or when asked to review correctness, logic, architecture or test coverage of plugin changes.

explyt/spring-plugin · 67 tokens

review-ui-platform

Normative reviewer for IntelliJ UI, Action System, ToolWindow, DialogWrapper, JCEF, accessibility and UI state consistency in the explyt spring-plugin. Use during orchestrated code review when the diff touches actions, tool windows, dialogs, settings panels, wizard steps, notifications, popups, renderers, icons or…

explyt/spring-plugin · 74 tokens

web-clone

网站复刻 / 克隆方法论。USE WHEN 用户说 复刻网站、克隆网站、clone website、抄个站、仿站、 照着这个站做一个、reproduce site、还原某个网页效果、把这个站搬下来改成我的、 复刻某个交互/WebGL/Canvas/Three.js 效果。提供「先拿真源码 → 判路径 → 逆向拆解 → 搭工程 → 替换内容」的可移植决策树,覆盖静态站 / React-Vue-Next 内容站 / WebGL-Canvas 重前端站三大分支,并强制核对任何 AI 二手分析里的可执行代码。.

Jane-xiaoer/claude-skill-web-clone · 158 tokens