NEW Browse AI tools across categories — updated daily. See what's new →
Official ★ Featured AI & ML

Applying Brand Guidelines

This skill applies consistent corporate branding and styling to all generated documents including colors, fonts, layouts, and messaging

Version1.0.0
LicenseMIT
Token count~1,214
UpdatedMay 27, 2026

Install

Quick install

via npx skills · works with 57+ agents
npx skills add https://github.com/anthropics/claude-cookbooks/tree/main/skills/custom_skills
Or pick agent:
npx skills add anthropics/claude-cookbooks --skill applying-brand-guidelines --agent claude-code
npx skills add anthropics/claude-cookbooks --skill applying-brand-guidelines --agent cursor
npx skills add anthropics/claude-cookbooks --skill applying-brand-guidelines --agent codex
npx skills add anthropics/claude-cookbooks --skill applying-brand-guidelines --agent opencode
npx skills add anthropics/claude-cookbooks --skill applying-brand-guidelines --agent github-copilot
npx skills add anthropics/claude-cookbooks --skill applying-brand-guidelines --agent windsurf
More install options

Shorthand — useful for multi-skill repos:

npx skills add anthropics/claude-cookbooks --skill applying-brand-guidelines

Manual — clone the repo and drop the folder into your agent's skills directory:

git clone https://github.com/anthropics/claude-cookbooks.git
cp -r claude-cookbooks/skills/custom_skills ~/.claude/skills/
How to use: Once installed, ask your agent to "use the applying-brand-guidelines skill" or describe what you want (e.g. "This skill applies consistent corporate branding and styling to all generated do"). Requires Node.js 18+.

Corporate Brand Guidelines Skill

This skill ensures all generated documents adhere to corporate brand standards for consistent, professional communication.

Brand Identity

Company: Acme Corporation

Tagline: "Innovation Through Excellence" Industry: Technology Solutions

Visual Standards

Color Palette

Primary Colors:


  • Acme Blue: #0066CC (RGB: 0, 102, 204) - Headers, primary buttons

  • Acme Navy: #003366 (RGB: 0, 51, 102) - Text, accents

  • White: #FFFFFF - Backgrounds, reverse text

Secondary Colors:


  • Success Green: #28A745 (RGB: 40, 167, 69) - Positive metrics

  • Warning Amber: #FFC107 (RGB: 255, 193, 7) - Cautions

  • Error Red: #DC3545 (RGB: 220, 53, 69) - Negative values

  • Neutral Gray: #6C757D (RGB: 108, 117, 125) - Secondary text

Typography

Primary Font Family: Segoe UI, system-ui, -apple-system, sans-serif

Font Hierarchy:


  • H1: 32pt, Bold, Acme Blue

  • H2: 24pt, Semibold, Acme Navy

  • H3: 18pt, Semibold, Acme Navy

  • Body: 11pt, Regular, Acme Navy

  • Caption: 9pt, Regular, Neutral Gray

Logo Usage

  • Position: Top-left corner on first page/slide
  • Size: 120px width (maintain aspect ratio)
  • Clear space: Minimum 20px padding on all sides
  • Never distort, rotate, or apply effects

Document Standards

PowerPoint Presentations

Slide Templates:


  1. Title Slide: Company logo, presentation title, date, presenter

  2. Section Divider: Section title with blue background

  3. Content Slide: Title bar with blue background, white content area

  4. Data Slide: For charts/graphs, maintain color palette

Layout Rules:


  • Margins: 0.5 inches all sides

  • Title position: Top 15% of slide

  • Bullet indentation: 0.25 inches per level

  • Maximum 6 bullet points per slide

  • Charts use brand colors exclusively

Excel Spreadsheets

Formatting Standards:


  • Headers: Row 1, Bold, White text on Acme Blue background

  • Subheaders: Bold, Acme Navy text

  • Data cells: Regular, Acme Navy text

  • Borders: Thin, Neutral Gray

  • Alternating rows: Light gray (#F8F9FA) for readability

Chart Defaults:


  • Primary series: Acme Blue

  • Secondary series: Success Green

  • Gridlines: Neutral Gray, 0.5pt

  • No 3D effects or gradients

PDF Documents

Page Layout:


  • Header: Company logo left, document title center, page number right

  • Footer: Copyright notice left, date center, classification right

  • Margins: 1 inch all sides

  • Line spacing: 1.15

  • Paragraph spacing: 12pt after

Section Formatting:


  • Main headings: Acme Blue, 16pt, bold

  • Subheadings: Acme Navy, 14pt, semibold

  • Body text: Acme Navy, 11pt, regular

Content Guidelines

Tone of Voice

  • Professional: Formal but approachable
  • Clear: Avoid jargon, use simple language
  • Active: Use active voice, action-oriented
  • Positive: Focus on solutions and benefits

Standard Phrases

Opening Statements:


  • "At Acme Corporation, we..."

  • "Our commitment to innovation..."

  • "Delivering excellence through..."

Closing Statements:


  • "Thank you for your continued partnership."

  • "We look forward to serving your needs."

  • "Together, we achieve excellence."

Data Presentation

Numbers:


  • Use comma separators for thousands

  • Currency: $X,XXX.XX format

  • Percentages: XX.X% (one decimal)

  • Dates: Month DD, YYYY

Tables:


  • Headers in brand blue

  • Alternating row colors

  • Right-align numbers

  • Left-align text

Quality Standards

Before Finalizing

Always ensure:


  1. Logo is properly placed and sized

  2. All colors match brand palette exactly

  3. Fonts are consistent throughout

  4. No typos or grammatical errors

  5. Data is accurately presented

  6. Professional tone maintained

Prohibited Elements

Never use:


  • Clip art or stock photos without approval

  • Comic Sans, Papyrus, or decorative fonts

  • Rainbow colors or gradients

  • Animations or transitions (unless specified)

  • Competitor branding or references

Application Instructions

When creating any document:


  1. Start with brand colors and fonts

  2. Apply appropriate template structure

  3. Include logo on first page/slide

  4. Use consistent formatting throughout

  5. Review against brand standards

  6. Ensure professional appearance

Scripts

  • apply_brand.py: Automatically applies brand formatting to documents
  • validate_brand.py: Checks documents for brand compliance

Notes

  • These guidelines apply to all external communications
  • Internal documents may use simplified formatting
  • Special projects may have exceptions (request approval)
  • Brand guidelines updated quarterly - check for latest version

SKILL.md source

---
name: applying-brand-guidelines
description: This skill applies consistent corporate branding and styling to all generated documents including colors, fonts, layouts, and messaging
---

# Corporate Brand Guidelines Skill

This skill ensures all generated documents adhere to corporate brand standards for consistent, professional communication.

## Brand Identity

### Company: Acme Corporation
**Tagline**: "Innovation Through Excellence"
**Industry**: Technology Solutions

## Visual Standards

### Color Palette

**Primary Colors**:
- **Acme Blue**: #0066CC (RGB: 0, 102, 204) - Headers, primary buttons
- **Acme Navy**: #003366 (RGB: 0, 51, 102) - Text, accents
- **White**: #FFFFFF - Backgrounds, reverse text

**Secondary Colors**:
- **Success Green**: #28A745 (RGB: 40, 167, 69) - Positive metrics
- **Warning Amber**: #FFC107 (RGB: 255, 193, 7) - Cautions
- **Error Red**: #DC3545 (RGB: 220, 53, 69) - Negative values
- **Neutral Gray**: #6C757D (RGB: 108, 117, 125) - Secondary text

### Typography

**Primary Font Family**: Segoe UI, system-ui, -apple-system, sans-serif

**Font Hierarchy**:
- **H1**: 32pt, Bold, Acme Blue
- **H2**: 24pt, Semibold, Acme Navy
- **H3**: 18pt, Semibold, Acme Navy
- **Body**: 11pt, Regular, Acme Navy
- **Caption**: 9pt, Regular, Neutral Gray

### Logo Usage

- Position: Top-left corner on first page/slide
- Size: 120px width (maintain aspect ratio)
- Clear space: Minimum 20px padding on all sides
- Never distort, rotate, or apply effects

## Document Standards

### PowerPoint Presentations

**Slide Templates**:
1. **Title Slide**: Company logo, presentation title, date, presenter
2. **Section Divider**: Section title with blue background
3. **Content Slide**: Title bar with blue background, white content area
4. **Data Slide**: For charts/graphs, maintain color palette

**Layout Rules**:
- Margins: 0.5 inches all sides
- Title position: Top 15% of slide
- Bullet indentation: 0.25 inches per level
- Maximum 6 bullet points per slide
- Charts use brand colors exclusively

### Excel Spreadsheets

**Formatting Standards**:
- **Headers**: Row 1, Bold, White text on Acme Blue background
- **Subheaders**: Bold, Acme Navy text
- **Data cells**: Regular, Acme Navy text
- **Borders**: Thin, Neutral Gray
- **Alternating rows**: Light gray (#F8F9FA) for readability

**Chart Defaults**:
- Primary series: Acme Blue
- Secondary series: Success Green
- Gridlines: Neutral Gray, 0.5pt
- No 3D effects or gradients

### PDF Documents

**Page Layout**:
- **Header**: Company logo left, document title center, page number right
- **Footer**: Copyright notice left, date center, classification right
- **Margins**: 1 inch all sides
- **Line spacing**: 1.15
- **Paragraph spacing**: 12pt after

**Section Formatting**:
- Main headings: Acme Blue, 16pt, bold
- Subheadings: Acme Navy, 14pt, semibold
- Body text: Acme Navy, 11pt, regular

## Content Guidelines

### Tone of Voice

- **Professional**: Formal but approachable
- **Clear**: Avoid jargon, use simple language
- **Active**: Use active voice, action-oriented
- **Positive**: Focus on solutions and benefits

### Standard Phrases

**Opening Statements**:
- "At Acme Corporation, we..."
- "Our commitment to innovation..."
- "Delivering excellence through..."

**Closing Statements**:
- "Thank you for your continued partnership."
- "We look forward to serving your needs."
- "Together, we achieve excellence."

### Data Presentation

**Numbers**:
- Use comma separators for thousands
- Currency: $X,XXX.XX format
- Percentages: XX.X% (one decimal)
- Dates: Month DD, YYYY

**Tables**:
- Headers in brand blue
- Alternating row colors
- Right-align numbers
- Left-align text

## Quality Standards

### Before Finalizing

Always ensure:
1. Logo is properly placed and sized
2. All colors match brand palette exactly
3. Fonts are consistent throughout
4. No typos or grammatical errors
5. Data is accurately presented
6. Professional tone maintained

### Prohibited Elements

Never use:
- Clip art or stock photos without approval
- Comic Sans, Papyrus, or decorative fonts
- Rainbow colors or gradients
- Animations or transitions (unless specified)
- Competitor branding or references

## Application Instructions

When creating any document:
1. Start with brand colors and fonts
2. Apply appropriate template structure
3. Include logo on first page/slide
4. Use consistent formatting throughout
5. Review against brand standards
6. Ensure professional appearance

## Scripts

- `apply_brand.py`: Automatically applies brand formatting to documents
- `validate_brand.py`: Checks documents for brand compliance

## Notes

- These guidelines apply to all external communications
- Internal documents may use simplified formatting
- Special projects may have exceptions (request approval)
- Brand guidelines updated quarterly - check for latest version

Related skills 6

running-claude-code-via-litellm-copilot

★ Featured

Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.

xixu-me 155k
AI & ML

skills-cli

★ Featured

Use when users ask to discover, install, list, check, update, remove, back up, restore, sync, or initialize Agent Skills, mention `bunx skills`, `npx skills`, `skills.sh`, or `skills-lock.json`, ask "find a skill for X", or want help extending agent capabilities with installable skills.

xixu-me 155k
AI & ML

repo-intake-and-plan

★ Featured

Narrow RigorPilot helper for README-first deep learning repo reproduction. Use when the task is specifically to scan a repository, read the README and common project files, extract documented commands, classify inference, evaluation, and training candidates, and return the smallest trustworthy reproduction plan to the main orchestrator. Do not use for environment setup, asset download, command execution, final reporting, paper lookup, or end-to-end orchestration.

lllllllama 127k
AI & ML

image-to-video

★ Featured

Animate any still image on RunComfy — this skill is a smart router that matches the user's intent to the right i2v model in the RunComfy catalog. Picks HappyHorse 1.0 I2V (Arena #1, native audio, identity preservation) for general animations, Wan 2.7 with `audio_url` for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal animation from image + reference video + reference audio. Bundles each model's documented prompting patterns so the caller gets sharper output without burning ite...

agentspace-so 121k
AI & ML

video-edit

★ Featured

Edit existing video on RunComfy — this skill is a smart router that matches the user's intent to the right edit model in the RunComfy catalog. Picks Wan 2.7 Edit-Video (general restyle / background swap / packaging swap, identity + motion preservation), Kling 2.6 Pro Motion Control (transfer precise motion from a reference video to a target character), or Lucy Edit Restyle (lightweight identity-stable restyle / outfit swap). Bundles each model's documented prompting patterns so the skill gets...

agentspace-so 121k
AI & ML

nano-banana-2

★ Featured

Generate images with Google Nano Banana 2 (Gemini-family flash-tier text-to-image) on RunComfy — bundled with the model's documented prompting patterns so the skill gets sharper output than naive prompting against the same model. Documents Nano Banana 2's strengths (rapid iteration, in-image typography rendering, predictable framing, optional web-grounded context), the resolution-tier pricing, the safety-tolerance dial, and when to route to Nano Banana Pro / GPT Image 2 / Flux 2 / Seedream in...

agentspace-so 121k
AI & ML