brand-guidelines

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

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/pchemguy/AISandbox --skill brand-guidelines-pchemguy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/pchemguy/AISandbox/tree/main/docs/AgentSkills/anthropics/skills/skills/brand-guidelines
Command: npx skills add https://github.com/pchemguy/AISandbox --skill brand-guidelines-pchemguy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx.

What problem does it solve? Ensuring consistent brand styling across presentations, documents, and other artifacts is tedious when done manually. This Skill applies Anthropic's official brand colors and typography automatically, so every output matches the corporate visual identity without manual formatting. ## Core Features & Use Cases - Brand Color Application: Applies Anthropic's official palette (dark #141413, light #faf9f5, accent orange #d97757, blue #6a9bcc, green #788c5d) to text and shapes. - Smart Typography: Applies Poppins to headings (24pt and larger) and Lora to body text, with automatic fallback to Arial and Georgia when custom fonts are unavailable. - Accent Color Cycling: Non-text shapes cycle through orange, blue, and green accents to maintain visual interest while staying on-brand. - Use Case: After generating a PowerPoint deck, apply this Skill to restyle all headings, body text, and shapes with Anthropic's official colors and fonts for a consistent corporate look. ## Quick Start Apply Anthropic brand styling to my presentation so headings use Poppins, body text uses Lora, and shapes use the official accent colors.

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 this Skill to restyle the presentation with Anthropic's official palette: dark #141413, light #faf9f5, and accent colors orange #d97757, blue #6a9bcc, and green #788c5d. Colors are applied as RGB values through python-pptx's RGBColor class.

What fonts does Anthropic brand styling use?▼

Headings at 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 and falls back to Arial and Georgia when Poppins and Lora are unavailable, though pre-installing the custom fonts gives the best visual results.

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 it to artifacts intended for non-Anthropic brands or clients with their own style guides, since the colors and fonts are specific to Anthropic's corporate identity. Use a different brand's style specification in those cases.