brand-guidelines

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring visual consistency with Anthropic's official brand identity is difficult when creating presentations, documents, or other artifacts manually. This Skill provides the exact color palette and typography rules so any generated artifact matches Anthropic's look-and-feel without guesswork. ## Core Features & Use Cases - Official Color Palette: Applies Anthropic's main colors (Dark #141413, Light #faf9f5, grays) and accent colors (Orange #d97757, Blue #6a9bcc, Green #788c5d) to text and shapes. - 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 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 creating for me.

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 (Dark #141413, Light #faf9f5, Orange #d97757, Blue #6a9bcc, Green #788c5d) and apply them through python-pptx's RGBColor class to text runs and shape fills for precise brand matching.

What fonts does Anthropic's brand use for headings and body text?▼

Headings at 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. The styling works with existing system fonts by falling back to Arial and Georgia, though pre-installing Poppins and Lora gives the best visual results.

How are accent colors assigned to shapes in a presentation?▼

Non-text shapes cycle through the three accent colors: orange (#d97757), blue (#6a9bcc), and green (#788c5d). This maintains visual variety while keeping every element within the official brand palette.

When should I not use these brand guidelines?▼

Do not apply this styling to artifacts intended for non-Anthropic brands or clients with their own design systems. The palette and typography are specific to Anthropic's corporate identity.