brand-guidelines

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

1|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/mccleod1290/bb-agentic-setupv2 --skill brand-guidelines-mccleod1290
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/mccleod1290/bb-agentic-setupv2/tree/main/documenting-skills/brand-guidelines
Command: npx skills add https://github.com/mccleod1290/bb-agentic-setupv2 --skill brand-guidelines-mccleod1290

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring consistent corporate branding across generated artifacts is tedious when colors and fonts must be applied manually. This Skill provides Anthropic's official color palette and typography rules so any document, slide, or visual artifact matches the company's look-and-feel. ## Core Features & Use Cases - Official Color Palette: Provides 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 and cycles accent colors across non-text shapes. - Use Case: When generating a PowerPoint deck or report, apply Anthropic's brand styling so headings, body text, and shape accents follow the official design standards without manual color picking. ## 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 palette: dark #141413 for text, light #faf9f5 for backgrounds, and accents orange #d97757, blue #6a9bcc, and green #788c5d for shapes. Colors are applied as RGB values via python-pptx's RGBColor class.

What fonts does Anthropic brand styling use?▼

Headings of 24pt and larger use Poppins, and body text uses Lora. If those 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 and falls back to Arial and Georgia, though pre-installing Poppins and Lora gives the best visual results.

How are accent colors applied to shapes in documents?▼

Non-text shapes cycle through the three accent colors: orange #d97757, blue #6a9bcc, and green #788c5d. This keeps visuals varied while staying within the official brand palette.

Does brand styling work on systems without custom fonts?▼

Yes, the styling preserves readability across all systems by detecting available fonts and substituting Arial for headings and Georgia for body text when Poppins and Lora are missing.