brand-guidelines

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring visual consistency with Anthropic's official brand identity across presentations, documents, and other artifacts is tedious when done manually. This Skill provides the exact brand color palette and typography rules so any generated artifact matches Anthropic's look-and-feel without guesswork. ## Core Features & Use Cases - Official Color Palette: Provides Anthropic's main colors (Dark #141413, Light #faf9f5, grays) and accent colors (Orange #d97757, Blue #6a9bcc, Green #788c5d) as precise RGB values. - Typography Rules: Applies Poppins for headings (24pt and larger) 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, cycles accent colors across non-text shapes, and preserves text hierarchy. - Use Case: When generating a PowerPoint deck with python-pptx, use this Skill to style every slide with Anthropic's fonts and colors so the output aligns with company design standards. ## Quick Start Apply Anthropic brand styling to the presentation you just created, using the official colors and fonts.

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 PowerPoint presentation?

Use the brand color values defined in this Skill, such as Dark #141413 for text and Orange #d97757 as the primary accent. Colors are applied as RGB values through python-pptx's RGBColor class for precise brand matching.

What fonts does Anthropic use for headings and body text?

Anthropic uses Poppins for headings at 24pt and larger, and Lora for body text. If these fonts are not installed, 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 in your environment gives the best visual results.

What are Anthropic's official brand accent colors?

The accent colors are Orange #d97757 as the primary accent, Blue #6a9bcc as secondary, and Green #788c5d as tertiary. Non-text shapes cycle through these three accents to maintain visual interest while staying on-brand.

Does brand styling work on systems without custom fonts?

Yes, the styling preserves readability across all systems by detecting font availability and substituting Arial for headings and Georgia for body text. Color application is unaffected since it uses RGB values directly.