Brand Guidelines
A skill that audits and documents brand standards across color, typography, logo usage, and tone of voice.
Marketing & SEOBeginner★ 24,151⑂ 3,405AI score 7/10Last updated: Aug 9, 2026
What it does
Turns Claude into a brand identity expert that either applies an existing brand system or builds one from scratch.
- Color systems (HEX/RGB/CMYK/Pantone), typography scales, logo clear-space and prohibited-use rules
- Voice attributes plus a context-by-context tone matrix
- An 8-point quick audit checklist for any asset
- Output templates: brand audit report, condensed mini brand guide for contractors
- Proactive triggers so brand rules are checked before any poster, slide, email, or social graphic is produced
Who it's for
- Startup marketers or designers documenting a brand system for the first time
- Teams handing off guidelines to agencies or freelancers
- Anyone fixing drifting tone and visuals across social, newsletter, and decks
Examples
- "Audit this Instagram carousel against our brand guidelines" → itemized report on color, font weight, logo clear space, and tone
- "Draft a mini brand guide for our SaaS product" → Markdown doc covering all 7 brand dimensions
- "We're making a co-branded banner — what are the logo ratio rules?" → review of clear space, size ratios, and color dominance
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the .gemini/skills/brand-guidelines folder from the GitHub repo alirezarezvani/claude-skills into my ~/.claude/skills/alirezarezvani-brand-guidelines/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/alirezarezvani/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/.gemini/skills/brand-guidelines ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/alirezarezvani/claude-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the entire skill folder so the
references/files come along:cp -r claude-skills/.gemini/skills/brand-guidelines ~/.claude/skills/ - Restart Claude Code and try a prompt like "check this asset against our brand guidelines" to confirm the skill triggers.
- Optional: add
.claude/product-marketing-context.mdwith your brand details for more tailored recommendations.
View source on GitHub ↗License: MIT