brand-guidelines

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

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Cramer-69/skills-repository-3af2d1c7 --skill brand-guidelines-cramer-69
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/Cramer-69/skills-repository-3af2d1c7/tree/main/packages/claude/skills/brand-guidelines
Command: npx skills add https://github.com/Cramer-69/skills-repository-3af2d1c7 --skill brand-guidelines-cramer-69

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring consistent corporate branding across presentations, documents, and other artifacts is tedious and error-prone when done manually. This Skill provides Anthropic's official brand colors and typography rules so generated artifacts match the company's visual identity 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 to headings (24pt and larger) and Lora to 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 for an internal Anthropic presentation, use this Skill to style headings, body text, and shapes so the output follows official brand guidelines. ## 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 official palette: dark #141413, light #faf9f5, mid gray #b0aea5, and accents orange #d97757, blue #6a9bcc, green #788c5d. Colors are applied as RGB values via 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?▼

No font installation is required since the styling falls back to Arial and Georgia. 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 use the accent colors and cycle through orange, blue, and green in sequence. This maintains visual interest while keeping all elements within the official brand palette.

Does brand color styling work across different systems?▼

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