brand-guidelines
Install this skill
npx skills add anthropics/skillsWorks across Claude Code, Cursor, Codex, Copilot & Antigravity
The brand-guidelines skill provides a systematic approach to enforcing Anthropic's visual identity within digital assets and documentation. It manages the specific color palette, encompassing the core neutral tones like the #141413 dark background and #faf9f5 light backgrounds, alongside established accent colors including orange, blue, and green. Beyond color management, the skill handles typographic hierarchy by assigning Poppins to headings and Lora to body content. By automating these stylistic decisions, the skill ensures that output remains visually consistent with corporate standards without requiring manual adjustments. It interprets text structures and visual shapes to apply the appropriate metadata and formatting, reducing the time spent on repetitive layout tasks. This tool acts as a bridge between raw data or content and the final polished visual presentation.
When to Use This Skill
- •Generating slide decks that strictly adhere to company visual standards.
- •Formatting internal reports to match corporate design specifications.
- •Standardizing the appearance of visual diagrams within a document.
- •Quickly styling raw text output to reflect official identity markers.
How to Invoke This Skill
Example prompts that trigger this skill in Claude Code, Cursor, or Antigravity:
- “Apply Anthropic brand styling to this document
- “Format these headings and paragraphs with the company font
- “Update my slide deck to use brand accent colors
- “Set the visual theme to match the official corporate identity
- “Ensure the text and shapes follow our brand guidelines
Pro Tips
- 💡To ensure proper invocation, explicitly mention 'Anthropic brand' or 'Anthropic style' in your prompt when visual consistency is paramount.
- 💡Combine this skill with markdown or HTML generation skills to produce beautifully formatted and branded text artifacts.
- 💡Leverage the 'Smart Font Application' feature for quick UI/UX wireframing, focusing on structure while maintaining brand aesthetics.
What this skill does
- •Applies Poppins font for headings and Lora for body copy automatically.
- •Maps specific HEX color values to UI elements and shapes.
- •Implements fallback font logic to Arial and Georgia when custom fonts are missing.
- •Maintains hierarchical text styling based on point size thresholds.
- •Cycles through official brand accent colors for non-text shape elements.
When not to use it
- ✕When you need non-standard custom branding outside the provided palette.
- ✕When working in an environment that restricts specific font or color programmatic overrides.
Example workflow
- Identify the content needing visual styling.
- Invoke the brand-guidelines skill.
- Allow the tool to detect heading levels and body segments.
- Apply the designated fonts and color palette.
- Review the document for correct accent usage.
- Finalize the file with standard brand settings.
Prerequisites
- –Poppins font installed in system environment
- –Lora font installed in system environment
Pitfalls & limitations
- !Missing local font files will trigger fallback Arial/Georgia fonts instead of primary brand fonts.
- !Color accuracy is limited by the output file format's support for RGB color spaces.
- !Does not support custom layout adjustments beyond color and font application.
FAQ
How it compares
Unlike manual styling or generic prompts that require repeated instruction, this skill encodes specific brand definitions to guarantee accuracy without needing a reference style guide.
📄 Full skill instructions — original source: anthropics/skills
## Overview
To access Anthropic's official brand identity and style resources, use this skill.
**Keywords**: branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design
## Brand Guidelines
### Colors
**Main Colors:**
- Dark:
#141413 - Primary text and dark backgrounds- Light:
#faf9f5 - Light backgrounds and text on dark- Mid Gray:
#b0aea5 - Secondary elements- Light Gray:
#e8e6dc - Subtle backgrounds**Accent Colors:**
- Orange:
#d97757 - Primary accent- Blue:
#6a9bcc - Secondary accent- Green:
#788c5d - Tertiary accent### Typography
- **Headings**: Poppins (with Arial fallback)
- **Body Text**: Lora (with Georgia fallback)
- **Note**: Fonts should be pre-installed in your environment for best results
## Features
### Smart Font Application
- Applies Poppins font to headings (24pt and larger)
- Applies Lora font to body text
- Automatically falls back to Arial/Georgia if custom fonts unavailable
- Preserves readability across all systems
### Text Styling
- Headings (24pt+): Poppins font
- Body text: Lora font
- Smart color selection based on background
- Preserves text hierarchy and formatting
### Shape and Accent Colors
- Non-text shapes use accent colors
- Cycles through orange, blue, and green accents
- Maintains visual interest while staying on-brand
## Technical Details
### Font Management
- Uses system-installed Poppins and Lora fonts when available
- Provides automatic fallback to Arial (headings) and Georgia (body)
- No font installation required - works with existing system fonts
- For best results, pre-install Poppins and Lora fonts in your environment
### Color Application
- Uses RGB color values for precise brand matching
- Applied via python-pptx's RGBColor class
- Maintains color fidelity across different systems
How to Use This Skill Unit
Option A: Project-Specific (Recommended)
- Click "Download" above
- In your project, create the directory:
.agent/skills/brand-guidelines/ - Save the file as
SKILL.md - The agent will automatically discover the skill based on its description.
Option B: Global Installation (All Agents)
Save the file to these locations to make it available across all projects:
- Claude Code:
~/.claude/skills/anthropics/skills/brand-guidelines/SKILL.md - Cursor:
~/.cursor/skills/anthropics/skills/brand-guidelines/SKILL.md - Antigravity:
~/.gemini/antigravity/skills/anthropics/skills/brand-guidelines/SKILL.md
🚀 Install with CLI:npx skills add anthropics/skills