Claude-skill-registry providing-brand-identity
Template skill providing the single source of truth for brand guidelines, design tokens, technology choices, and voice/tone. Customize this template for your brand. Use when generating UI components, styling applications, writing copy, or creating user-facing assets to ensure brand consistency.
git clone https://github.com/majiayu000/claude-skill-registry
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/brand-identity-template" ~/.claude/skills/majiayu000-claude-skill-registry-providing-brand-identity && rm -rf "$T"
skills/data/brand-identity-template/SKILL.mdBrand Identity & Guidelines
📋 TEMPLATE SKILL This is a starter template. Copy this folder to your project and customize the resources files with your brand's specific guidelines, design tokens, and voice/tone documentation.
Setup Instructions
- Copy this entire
folder to your project'sbrand-identity-template
directory.agent/skills/ - Rename the folder to
brand-identity - Update the resources files with your brand specifics:
- Your colors, fonts, spacingresources/design-tokens.json
- Your technology choicesresources/tech-stack.md
- Your brand voice and toneresources/voice-tone.md
- Replace
below with your actual brand name[YOUR BRAND NAME]
Brand Name: [YOUR BRAND NAME]
This skill defines the core constraints for visual design and technical implementation for the brand. You must adhere to these guidelines strictly to maintain consistency.
Reference Documentation
Depending on the task you are performing, consult the specific resource files below. Do not guess brand elements; always read the corresponding file.
For Visual Design & UI Styling
If you need exact colors, fonts, border radii, or spacing values, read:
👉 resources/design-tokens.json
For Coding & Component Implementation
If you are generating code, choosing libraries, or structuring UI components, read the technical constraints here:
👉 resources/tech-stack.md
For Copywriting & Content Generation
If you are writing marketing copy, error messages, documentation, or user-facing text, read the persona guidelines here:
👉 resources/voice-tone.md