brand-guidelines

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

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/wolfmanstout/agent-skills --skill brand-guidelines-wolfmanstout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/wolfmanstout/agent-skills/tree/main/subtrees/skills/skills/brand-guidelines
Command: npx skills add https://github.com/wolfmanstout/agent-skills --skill brand-guidelines-wolfmanstout

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring consistent application of Anthropic's official brand identity across generated artifacts is difficult when colors, fonts, and styling rules must be recalled manually for every document or presentation. ## 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. - Shape Accent Cycling: Assigns accent colors to non-text shapes by cycling through orange, blue, and green for on-brand visual variety. - Use Case: When generating a PowerPoint deck with python-pptx, use this Skill to style headings, body text, and shapes so the output matches Anthropic's corporate identity. ## Quick Start Apply Anthropic brand colors and typography to the presentation you are about to generate.

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 defined hex values such as dark #141413, light #faf9f5, and accent orange #d97757, converting them to RGB values applied via python-pptx's RGBColor class. This maintains color fidelity across different systems.

What fonts does Anthropic's brand guidelines use?

Headings of 24pt and larger use Poppins, while body text uses Lora. 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 to work?

No font installation is required because the styling falls back to Arial and Georgia when custom fonts are unavailable. For best visual results, pre-install Poppins and Lora in your environment.

How are accent colors assigned to shapes in branded 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 palette.

What are the limitations of font fallback in brand styling?

Fallback fonts Arial and Georgia preserve readability but do not match Anthropic's exact visual identity. Documents rendered without Poppins and Lora will look different from official brand materials.