home / skills / wesleysmits / agent-skills / brand-identity-template
This skill provides a single source of truth for brand guidelines, design tokens, voice, and tech choices to ensure consistent UI and copy.
npx playbooks add skill wesleysmits/agent-skills --skill brand-identity-templateReview the files below or copy the command above to add this skill to your agents.
---
name: providing-brand-identity
description: 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.
---
# Brand 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
1. Copy this entire `brand-identity-template` folder to your project's `.agent/skills/` directory
2. Rename the folder to `brand-identity`
3. Update the resources files with your brand specifics:
- `resources/design-tokens.json` - Your colors, fonts, spacing
- `resources/tech-stack.md` - Your technology choices
- `resources/voice-tone.md` - Your brand voice and tone
4. Replace `[YOUR BRAND NAME]` below with your actual 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`](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`](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`](resources/voice-tone.md)**
This skill provides a single source of truth for brand guidelines, design tokens, technology choices, and voice/tone. Use it as the canonical reference when generating UI components, styling applications, writing copy, or creating user-facing assets. It is a template you customize with your brand specifics to enforce consistency across teams and automation. Follow the included resource files instead of guessing brand details.
The skill bundles three resource files: design tokens for visual styling, a tech-stack document for implementation constraints, and a voice/tone guide for copy. When asked to produce UI, code, or content, the agent reads the relevant resource file and applies the specified values and rules. You must copy the template into your project and replace placeholders with your brand’s actual tokens and guidelines.
How do I customize this skill for my brand?
Copy the template folder into your project, rename it, and update resources/design-tokens.json, resources/tech-stack.md, and resources/voice-tone.md with your brand specifics.
Which file do I consult for exact colors or spacing?
Consult resources/design-tokens.json for authoritative color values, fonts, spacing, and other tokens.
What if a requested design element isn’t covered in the files?
Treat missing items as out-of-scope: add the new token to design-tokens.json and version the change, or request approval before making assumptions.