skills/brand-guidelines/SKILL.md
Extract and codify brand guidelines from design assets into a reusable brand configuration. Use when the user needs to establish brand consistency, extract color palettes and typography from design tokens or CSS, document voice and tone guidelines, create a brand configuration file for other agents to reference, or audit existing content for brand compliance.
npx skillsauth add Cheggin/skill-chain brand-guidelinesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Extract color palette, typography, spacing, component usage rules, and voice/tone from design assets and project configuration into a structured brand file that all content and development agents reference.
Read existing design tokens, Figma exports, or CSS variable definitions to identify:
For each major component, document:
Read SOUL.md or equivalent voice/tone documentation to capture:
Capture logo rules including minimum size, clear space requirements, approved color variants, and prohibited modifications.
Write all guidelines to a structured YAML file (e.g., .harness/brand.yml):
colors:
primary: "#1A73E8"
secondary: "#..."
neutral:
100: "#..."
900: "#..."
semantic:
success: "#..."
error: "#..."
typography:
heading:
family: "Font Name"
weight: 600
body:
family: "Font Name"
size: "16px"
lineHeight: 1.5
voice:
style: "active voice, second person"
sentenceLength: "under 20 words"
tone: "confident but approachable"
Audit existing content and code against the documented brand guidelines. Flag violations including:
development
Design engineering principles for making interfaces feel polished. Use when building UI components, reviewing frontend code, implementing animations, hover states, shadows, borders, typography, micro-interactions, enter/exit animations, or any visual detail work. Triggers on UI polish, design details, "make it feel better", "feels off", stagger animations, border radius, optical alignment, font smoothing, tabular numbers, image outlines, box shadows.
documentation
Agentic memory system for writers - track characters, relationships, scenes, and themes
documentation
LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model)
development
Build production-quality SaaS websites with opinionated design presets. Use when creating any startup website. The user MUST pick a design style before building. Enforces shadcn/ui, Figma design principles, specific CSS values per style, and anti-AI-writing. Load alongside anti-ai-writing skill. LIGHT MODE ONLY.