brand

brand is a skill for Claude Code from oyi77/1ai-skills. It costs 37 tokens per session (1,313 once invoked), scanned A, original, MIT.

A set of guidance and tools for defining a brand's voice, visual identity, messages, assets, colors, and fonts. It also describes how to check brand materials and synchronize brand guidelines with design tokens.

In plain words
What is it for?
Use it when creating branded content, writing style guides, managing brand assets, checking visual consistency, or connecting brand guidelines to design tokens.
Why use it?
It helps prevent different parts of a product or marketing work from using conflicting language or visual styles. It gives teams a shared process for creating, checking, and approving brand materials.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the 1ai-skills plugin — 209 skills, 4 commands shipped together

Good fit Use it when creating branded content, writing style guides, managing brand assets, checking visual consistency, or connecting brand guidelines to design tokens.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oyi77/1ai-skills/brand
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 oyi77/1ai-skills --skill brand
Clone the repo
git clone --depth 1 https://github.com/oyi77/1ai-skills

Made for: Claude Code.

Or install 1ai-skills, the plugin that ships this one along with the rest of its 209 skills, 4 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

README.md
[![agentmods](https://agentmods.dev/badge/skills/oyi77/1ai-skills/brand/github.svg)](https://agentmods.dev/skills/oyi77/1ai-skills/brand)
Your own site
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/brand"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/brand/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

Your own site · 80×15
<a href="https://agentmods.dev/skills/oyi77/1ai-skills/brand"><img src="https://agentmods.dev/badge/skills/oyi77/1ai-skills/brand.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,313 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.00037 $0.01313
Opus 5 $0.00018 $0.00656
Sonnet 5 $0.00007 $0.00263
Haiku 4.5 $0.00004 $0.00131

Measured yesterday against content hash 64c8ae45189c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 yesterday.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/extract-colors.cjs, scripts/inject-brand-context.cjs, scripts/sync-brand-to-tokens.cjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

content/brand/SKILL.md · 150 lines

How it starts

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

Brand

Brand identity, voice, messaging, asset management, and consistency frameworks.

When to Use

  • Brand voice definition and content tone guidance
  • Visual identity standards and style guide development
  • Messaging framework creation
  • Brand consistency review and audit
  • Asset organization, naming, and approval
  • Color palette management and typography specs

Workflow

  1. Define — Establish brand voice, visual identity, and messaging framework
  2. Create — Develop assets (logos, color palettes, typography, templates)
  3. Validate — Check consistency against brand guidelines
  4. Sync — Sync brand guidelines to design tokens (sync-brand-to-tokens.cjs)
  5. Approve — Review and approve assets via approval checklist

Quick Start

Inject brand context into prompts:

node scripts/inject-brand-context.cjs
node scripts/inject-brand-context.cjs --json

Validate an asset:

node scripts/validate-asset.cjs <asset-path>

Extract/compare colors:

node scripts/extract-colors.cjs --palette
node scripts/extract-colors.cjs <image-path>

All brand scripts are zero-dependency Node (builtins only). They need Node 18+ — check with node --version, or install on Debian/Ubuntu with apt install nodejs.

Brand Sync Workflow

# 1. Edit docs/brand-guidelines.md (or use /brand update)
# 2. Sync to design tokens
node scripts/sync-brand-to-tokens.cjs
# 3. Verify
node scripts/inject-brand-context.cjs --json | head -20

Files synced:

  • docs/brand-guidelines.md → Source of truth
  • assets/design-tokens.json → Token definitions
  • assets/design-tokens.css → CSS variables

Subcommands

Subcommand Description Reference
update Update brand identity and sync to all design systems references/update.md

References

Topic File
Voice Framework references/voice-framework.md
Visual Identity references/visual-identity.md
Messaging references/messaging-framework.md
Consistency references/consistency-checklist.md
Guidelines Template references/brand-guideline-template.md
Asset Organization references/asset-organization.md
Color Management references/color-palette-management.md
Typography references/typography-specifications.md
Logo Usage references/logo-usage-rules.md
Approval Checklist references/approval-checklist.md

Read the full file on GitHub · 150 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. yesterday Changed · +32 lines 64c8ae45189c
  2. 11d ago First seen · 118 lines · 37 tokens per session scan A c3289729e547

Subscribe to this mod's changes

brand is a skill published in the GitHub repository oyi77/1ai-skills (12 stars, last pushed today), licensed MIT. It adds 37 tokens to every session and 1,313 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-30.