brand

A skill for creating and maintaining an organization’s brand folder, containing its colors, fonts, writing style, logo, and presentation theme. Other tools can read these files when producing branded materials.

In plain words
What is it for?
Use it to create or update brand guidelines, define design tokens, store logos, describe the brand voice, and provide a theme for slide decks.
Why use it?
It keeps the organization’s visual and written identity consistent across generated pages, emails, presentations, and other outputs.

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

Made for: Claude Code, Codex.

Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,575 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.00000 $0.01575
Opus 5 $0.00000 $0.00788
Sonnet 5 $0.00000 $0.00315
Haiku 4.5 $0.00000 $0.00158

Measured 2d ago against content hash 3f7c3acf5036, 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 2d 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.

packages/sandbox/image/skills/brand/SKILL.md · 124 lines

How it starts

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

brand — build an organization brand

Create and maintain an org's brand as a folder the whole platform reads: colors, type, voice, logo and a deck theme. Use this whenever someone asks to "set up our brand", "make a brand kit", "apply our colors/fonts", or before producing branded artifacts (decks, pages, emails). One brand = one folder; everything that generates output consumes it.

Quick reference

Task How
See a complete example read examples/tokens.css and examples/brand.md (in this skill folder)
Create a brand write the files into org/home/brands/<name>/ (steps below)
Build a deck theme slides-create … --theme org/home/brands/<name>/slides-theme.html (see the slides skill)
Edit later the user edits it in Studio's Library → Brands (or you rewrite the files)

Convention

A brand is org/home/brands/<name>/ (<name> is lowercase kebab, e.g. acme):

File What
tokens.css Visual source of truth — CSS custom properties in the --brand-* namespace.
brand.md The brand bible — voice, tone, color/type usage, components, do/don't (prose for agents).
logo.svg (or .png) The logo. Name it logo.*.
slides-theme.html Optional deck theme for the slides skill.

The Library renders this folder as a first-class Brand (color bands, type specimens, components & deck preview, all editable). Keep the file and token names exactly as below so it groups them correctly.

tokens.css — the token system

Everything lives under --brand-* in :root. Use these families/names — the Library editor groups by them and consumers (decks, pages) map onto them:

  • Color ramps--brand-<family>-50 … 950 (11 steps) for primary, secondary, accent, neutral; plus a flat alias --brand-primary (= the 500), --brand-secondary, --brand-accent for the common case.
  • Semantic--brand-{success,warning,error,info}, each with -bg and -fg variants.
  • Surfaces / text (roles)--brand-bg, --brand-bg-subtle, --brand-bg-elevated, --brand-fg, --brand-fg-muted, --brand-fg-subtle, --brand-border, --brand-border-strong, --brand-ring.
  • Type--brand-font-display, --brand-font-body, --brand-font-mono; scale --brand-text-xs … 5xl; weights --brand-fw-{regular,medium,semibold, bold}; --brand-leading-*, --brand-tracking-*. Load web fonts with an @import at the top of the file.
  • Spacing--brand-space-1 … 20 (4px base).
  • Radius--brand-radius + --brand-radius-{sm,md,lg,xl,full}.
  • Shadows--brand-shadow-{sm,md,lg} (+ an optional brand glow).
  • Motion--brand-duration-{fast,base,slow}, --brand-ease.

Read the full file on GitHub · 124 lines

Files

What ships with it

2 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.

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. 2d ago First seen · 124 lines · 0 tokens per session scan A 3f7c3acf5036

Subscribe to this mod's changes

brand is a skill published in the GitHub repository decocms/studio (402 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,575 tokens. 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.