brand-guidelines

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

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/CYRUS-pinto/pi-bot --skill brand-guidelines-cyrus-pinto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/CYRUS-pinto/pi-bot/tree/main/.agents/skills/brand-guidelines
Command: npx skills add https://github.com/CYRUS-pinto/pi-bot --skill brand-guidelines-cyrus-pinto

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, often resulting in off-brand colors and inconsistent typography. ## 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 Standards: Applies Poppins for headings (24pt and larger) and Lora for 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 for visual variety. - Use Case: When generating a PowerPoint deck with python-pptx, use this Skill to apply Anthropic's exact brand colors and fonts so the output matches corporate design standards. ## 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 for precise color matching across systems.

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 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 applied to shapes in branded documents?

Non-text shapes use the accent palette and cycle through orange, blue, and green in sequence. This maintains visual variety while keeping every element within the official brand palette.

What are the limitations of automated brand styling?

Color fidelity depends on RGB rendering across different systems, and custom fonts only render correctly if installed in the environment. Complex layouts may still need manual design review for full brand compliance.