brand-guidelines

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

8|3|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/chongdashu/claude-code-skills-demo --skill brand-guidelines-chongdashu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/chongdashu/claude-code-skills-demo/tree/main/.claude/skills/brand-guidelines
Command: npx skills add https://github.com/chongdashu/claude-code-skills-demo --skill brand-guidelines-chongdashu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring visual artifacts match Anthropic's official brand identity requires manually looking up hex codes and font rules, which is error-prone and inconsistent across deliverables. ## Core Features & Use Cases - Brand Color Application: Applies Anthropic's official palette (dark #141413, light #faf9f5, orange #d97757, blue #6a9bcc, green #788c5d) to text and shapes. - Typography Enforcement: Applies Poppins to headings (24pt+) and Lora to body text, with automatic fallback to Arial and Georgia when custom fonts are unavailable. - Accent Cycling: Cycles non-text shapes through orange, blue, and green accents to maintain visual variety while staying on-brand. - Use Case: When generating a PowerPoint deck or poster, apply Anthropic's brand colors and fonts automatically so the output matches corporate design standards without manual styling. ## Quick Start Apply Anthropic brand colors and typography 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 this skill to apply Anthropic's official palette, including dark #141413, light #faf9f5, and orange #d97757 accents, to text and shapes. Colors are applied as RGB values via python-pptx for precise brand matching.

What fonts does Anthropic's brand guidelines use?

Anthropic brand typography uses Poppins for headings at 24pt and larger, and Lora for body text. If these fonts are not installed, the skill falls back to Arial for headings and Georgia for body text.

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

No font installation is required since the skill falls back to Arial and Georgia automatically. However, pre-installing Poppins and Lora in your environment gives the best visual results matching the official brand.

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 across elements while keeping every shape within the official brand palette.

When should I not use Anthropic brand guidelines styling?

Avoid applying this styling to artifacts intended for other brands or clients with their own design systems. The skill is specific to Anthropic's corporate identity and will override existing color and font choices.