brand-identity

brand-identity is a skill for Claude Code, Codex from event4u-app/agent-config. It costs 38 tokens per session (1,314 once invoked), scanned A, original, MIT.

A brand-definition method that turns an agreed brand strategy into rules for colours, typography, logos, and imagery. These rules guide later token files and visual asset generation; it does not create logo artwork itself.

In plain words
What is it for?
Use it to define a colour story, type choices, logo direction, and imagery direction before creating design tokens, logos, or branded images.
Why use it?
It gives designers and tools a shared set of boundaries after the brand’s audience, position, and voice have been agreed. This reduces guesswork and keeps later brand work aligned.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to define a colour story, type choices, logo direction, and imagery direction before creating design tokens, logos, or branded images.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/event4u-app/agent-config/brand-identity
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.

Any agent
npx skills add event4u-app/agent-config --skill brand-identity
Clone the repo
git clone --depth 1 https://github.com/event4u-app/agent-config

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/event4u-app/agent-config/brand-identity/github.svg)](https://agentmods.dev/skills/event4u-app/agent-config/brand-identity)
Your own site
<a href="https://agentmods.dev/skills/event4u-app/agent-config/brand-identity"><img src="https://agentmods.dev/badge/skills/event4u-app/agent-config/brand-identity/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for brand-identity

Your own site · 80×15
<a href="https://agentmods.dev/skills/event4u-app/agent-config/brand-identity"><img src="https://agentmods.dev/badge/skills/event4u-app/agent-config/brand-identity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,314 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00038 $0.01314
Opus 5 $0.00019 $0.00657
Sonnet 5 $0.00008 $0.00263
Haiku 4.5 $0.00004 $0.00131

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

Security

Grade A, and why

brand-identity 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 10d 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.

src/skills/brand-identity/SKILL.md · 105 lines

How it starts

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

brand-identity

Grounding + Method skill. Turns a confirmed brand strategy into an identity constraint set: colour story, type story, logo direction, imagery direction. It DEFINES tokens and constraints — it does not render marks. Dependency direction: pack-brand (B) exports constraints; pack-ai-image (A) consumes them. brand-to-tokens emits the DTCG token file from these constraints. logo-generation and brand-asset-generation generate the actual marks from these constraints. Never invert that direction.

When to use

  • After brand-strategy is confirmed (archetype, voice, positioning settled).
  • When deriving the colour story, type story, logo direction, or imagery direction for a project.
  • Before running brand-to-tokens to emit the DTCG token file.
  • Before handing constraints to logo-generation or brand-asset-generation in pack-ai-image.

Procedure

  1. Receive the confirmed strategy — archetype, voice, positioning, and target sector from brand-strategy. Refuse to proceed if strategy is still a draft.

  2. Ground the colour story via the brand corpus:

./scripts-run <skills-root>/corpus-grounding/scripts/ground search \
  --manifest <skills-root>/brand/data/manifest.json \
  "<archetype + sector>" --domain color --json

Read confidence and evidence_gap from the response. Record both verbatim in the output. Derive colour roles (primary, secondary, neutral, accent) and direction (temperature, contrast ratio floor, emotional register).

  1. Ground the type story via:
./scripts-run <skills-root>/corpus-grounding/scripts/ground search \
  --manifest <skills-root>/brand/data/manifest.json \
  "<archetype + sector>" --domain typography --json

Output is a pairing-filter + heading/body class labels, not concrete tokens. Hand this filter to typography-system for the actual type tokens.

  1. Ground the logo direction via:
./scripts-run <skills-root>/corpus-grounding/scripts/ground search \
  --manifest <skills-root>/brand/data/manifest.json \
  "<archetype + sector>" --domain logo --json

Read the full file on GitHub · 105 lines

Files

What ships with it

1 file 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. 10d ago First seen · 105 lines · 38 tokens per session scan A df36e89ac8ef

Subscribe to this mod's changes

brand-identity is a skill published in the GitHub repository event4u-app/agent-config (10 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 1,314 once invoked, about $0.0002 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 skills, from other repositories

create-chatgpt-mockup

Render pixel-accurate ChatGPT mobile (iOS) screen mockups in light mode from a thread JSON. Supports user text bubbles, user image attachments, assistant markdown prose, citation chips, the OpenAI spiral logo, the Apps-SDK GPT chip in the composer, and three header styles (model-tag, plain title, "Get Plus"). Fixed…

gooseworks-ai/goose-skills · 90 tokens

ui-designer/design-system

A shared set of rules for a product’s visual design, covering colors, fonts, spacing, corner shapes, shadows, and animations.

echoVic/boss-skill · 30 tokens

excalidraw-architect

Choose and compose the right Excalidraw diagram - architecture, flowchart, sequence, state, ER, swimlane, process, timeline, quadrant, pyramid, venn, loop, gantt, bar, line, scatter, and more - using the excalidraw-architect-mcp server. Use whenever a reader would learn more from a picture than from prose, or when…

BV-Venky/excalidraw-architect-mcp · 101 tokens

design-review

A review procedure for checking an HTML file against the melta UI design system, which is a set of rules for how an interface should look and behave.

tsubotax/melta-ui · 0 tokens

ux-strategy

Connect design decisions to business outcomes through competitive analysis, opportunity mapping, Jobs to Be Done, outcome-driven discovery, value proposition design, and UX metrics. Shape product direction with strategic frameworks grounded in evidence.

cuellarfr/design-skills · 44 tokens

card

When the user wants to design, optimize, or audit card layouts for content display. Also use when the user mentions "card layout," "card component," "card grid," "product cards," "template cards," "tool cards," "feature cards," "gallery cards," "integration cards," or "card design." For grids, use grid.

kostja94/marketing-skills · 72 tokens