brand-guidelines

Applies Anthropic brand colors and typography to documents and visual artifacts.

Updated Aug 5, 2026
One-click install
npx skills add https://github.com/amirbiron/claude-skills --skill brand-guidelines-amirbiron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/amirbiron/claude-skills/tree/main/skills/brand-guidelines
Command: npx skills add https://github.com/amirbiron/claude-skills --skill brand-guidelines-amirbiron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring visual consistency with Anthropic's official brand identity is difficult when creating presentations, documents, or other artifacts manually, since exact color values and font pairings must be looked up and applied by hand. ## Core Features & Use Cases - Official Color Palette: Provides Anthropic's exact hex values for main colors (dark #141413, light #faf9f5) and accent colors (orange #d97757, blue #6a9bcc, green #788c5d). - Typography Rules: Applies Poppins for headings and Lora for body text, with automatic fallback to Arial and Georgia when custom fonts are unavailable. - Smart Styling: Selects text colors based on background and cycles accent colors across non-text shapes for visual variety. - Use Case: When generating a PowerPoint deck or styled document, apply Anthropic's look-and-feel automatically instead of manually setting fonts and RGB values on every element. ## Quick Start Apply Anthropic brand styling with the official colors and fonts to the presentation I just created.

Frequently Asked Questions about brand-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply Anthropic brand colors to a presentation?

Use the defined hex values: dark #141413, light #faf9f5, mid gray #b0aea5, and light gray #e8e6dc for base elements, with orange #d97757, blue #6a9bcc, and green #788c5d as accents. Colors are applied as RGB values via python-pptx's RGBColor class.

What fonts does Anthropic branding use for headings and body text?

Headings use Poppins and body text uses Lora. If these fonts are not installed on the system, the styling automatically falls back to Arial for headings and Georgia for body text.

Do I need to install Poppins and Lora fonts for brand styling to work?

No font installation is required. The styling works with existing system fonts by falling back to Arial and Georgia, though pre-installing Poppins and Lora gives the best visual results.

How are accent colors applied to shapes in branded documents?

Non-text shapes cycle through the three accent colors: orange #d97757, blue #6a9bcc, and green #788c5d. This maintains visual variety while keeping all elements within the official brand palette.

When should I not use Anthropic brand guidelines styling?

Avoid applying it to artifacts intended for other brands or clients with their own design systems, since the colors and fonts are specific to Anthropic's corporate identity. It is meant only for artifacts that should carry Anthropic's look-and-feel.