brand-guidelines

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring consistent application of Anthropic's official brand identity across generated artifacts is difficult when colors and fonts must be applied manually. This Skill provides the exact brand color palette and typography rules so any document or visual artifact matches Anthropic's look-and-feel. ## 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. - Shape and Accent Styling: Cycles accent colors across non-text shapes to maintain visual interest while staying on-brand. - Use Case: When generating a PowerPoint presentation or report, apply Anthropic's brand colors and fonts so headings, body text, and shapes all conform to the corporate visual identity. ## 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 the defined hex values: dark #141413 for text, light #faf9f5 for backgrounds, and accents orange #d97757, blue #6a9bcc, and green #788c5d. Colors are applied as RGB values via python-pptx's RGBColor class for precise matching.

What fonts does Anthropic's brand guidelines use?

Headings of 24pt and larger 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?

No font installation is required. The styling works with existing system fonts by falling back to Arial and Georgia. For best visual results, pre-install Poppins and Lora in your environment.

How are accent colors applied to shapes in documents?

Non-text shapes use the accent colors and cycle through orange, blue, and green in sequence. This maintains visual variety across elements while keeping all colors within the official brand palette.

Does brand styling work across different systems and platforms?

Yes, colors are specified as RGB values which maintain fidelity across systems. Font rendering depends on installed fonts, but the automatic fallback to Arial and Georgia preserves readability on any platform.