brand-guidelines

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

Updated Sep 1, 2026
One-click install
npx skills add https://github.com/sshekhar-04/SIH_PS_26151 --skill brand-guidelines-sshekhar-04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/sshekhar-04/SIH_PS_26151/tree/main/.agents/Skills/brand-guidelines
Command: npx skills add https://github.com/sshekhar-04/SIH_PS_26151 --skill brand-guidelines-sshekhar-04

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring consistent brand identity across presentations, documents, and other artifacts is tedious when done manually. This Skill provides Anthropic's official color palette and typography rules so any generated artifact automatically matches the company's visual identity. ## Core Features & Use Cases - Official Color Palette: Provides exact hex values for main colors (dark #141413, light #faf9f5, grays) and accent colors (orange #d97757, blue #6a9bcc, green #788c5d). - Typography Rules: 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, cycles accent colors across non-text shapes, and preserves text hierarchy. - Use Case: When generating a PowerPoint deck with python-pptx, use this Skill to apply Anthropic's brand colors via RGBColor values and correct fonts to every slide. ## Quick Start Apply Anthropic brand colors and typography to the presentation you are about to create.

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 hex values from the brand guidelines, such as #d97757 for the orange accent and #141413 for dark text, and apply them through python-pptx's RGBColor class. Headings use Poppins and body text uses Lora.

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 guidelines fall back to Arial for headings and Georgia for body text.

What are Anthropic's official brand colors?

The main colors are dark #141413, light #faf9f5, mid gray #b0aea5, and light gray #e8e6dc. Accent colors are orange #d97757, blue #6a9bcc, and green #788c5d.

Do I need to install Poppins and Lora fonts for brand styling?

No installation is required since the styling falls back to Arial and Georgia automatically. However, pre-installing Poppins and Lora in your environment 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, blue, and green. This maintains visual variety while keeping every element within the official brand palette.