Anthropic Brand Guidelines
Install this skill
npx skills add anthropics/skillsWorks across Claude Code, Cursor, Codex, Copilot & Antigravity
What this skill does
- •Applies Poppins typeface for headings 24pt and larger
- •Uses Lora typeface for standard body text content
- •Implements predefined Anthropic dark, light, and neutral gray color palette
- •Automatically rotates through orange, blue, and green brand accent colors for non-text shapes
- •Provides reliable fallback logic for system-agnostic font rendering
When to use it
- ✓Generating slide decks or reports that require official Anthropic corporate branding
- ✓Standardizing the appearance of visual artifacts produced by an agent
- ✓Ensuring consistent color usage across technical documentation or design mockups
- ✓Applying high-fidelity design standards to automated document generation workflows
When not to use it
- ✕When you need to adhere to a different corporate identity or custom client style guide
- ✕For projects where you require highly complex, custom CSS or non-standard typography layouts
How to invoke it
Example prompts that trigger this skill:
- “Apply Anthropic brand colors and fonts to this presentation slide.”
- “Format this document using official Anthropic typography guidelines.”
- “Style the chart elements using the Anthropic accent color palette.”
- “Ensure this report follows the Anthropic visual identity standards.”
- “Update the headings to use Poppins and body text to use Lora as per brand guidelines.”
Example workflow
- Initialize an empty presentation document in your workspace.
- Prompt the agent to draft the slide content based on your technical notes.
- Invoke the brand-guidelines skill to apply visual formatting.
- Review the generated text to confirm correct font assignment.
- Verify that shapes and accents utilize the approved Anthropic color set.
Prerequisites
- –Python environment with python-pptx
- –Poppins and Lora fonts installed locally for best results
Pitfalls & limitations
- !Requires system-level font installation to achieve the exact Poppins/Lora look.
- !Relies on standard fallback fonts if the target design environment lacks custom typefaces.
- !Limited specifically to the provided Anthropic color palette and typographic choices.
FAQ
How it compares
Unlike manual styling or generic prompts, this skill enforces a predefined design system, eliminating the inconsistency and trial-and-error of 'look-and-feel' prompting.
Source & trust
From the source: “# Anthropic Brand Styling ## 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 Guideli…”
View the full SKILL.md source
# Anthropic Brand Styling ## 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
Quoted from anthropics/skills for reference — see the original for the authoritative, latest version.
📄 Full skill instructions — original source: anthropics/skills
How to Use This Skill Unit
Option A: Project-Specific (Recommended)
- Click "Download" above
- In your project, create the directory:
.agent/skills/brand-guidelines-anthropics/ - 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-anthropics/SKILL.md - Cursor:
~/.cursor/skills/anthropics/skills/brand-guidelines-anthropics/SKILL.md - Antigravity:
~/.gemini/antigravity/skills/anthropics/skills/brand-guidelines-anthropics/SKILL.md
🚀 Install with CLI:npx skills add anthropics/skills