brand-guidelines

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

Updated May 23, 2026
One-click install
npx skills add https://github.com/kiranimmadi2/promptforge-ai --skill brand-guidelines-kiranimmadi2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/kiranimmadi2/promptforge-ai/tree/main/anthropic-skills/skills/brand-guidelines
Command: npx skills add https://github.com/kiranimmadi2/promptforge-ai --skill brand-guidelines-kiranimmadi2

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 applies Anthropic's official color palette and typography rules automatically, so every output matches the company's visual standards. ## Core Features & Use Cases - Brand Color Application: Applies Anthropic's official palette, including dark (#141413), light (#faf9f5), and accent colors orange (#d97757), blue (#6a9bcc), and 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 Cycling for Shapes: Non-text shapes cycle through the orange, blue, and green accent colors to maintain visual variety while staying on-brand. - Use Case: After generating a slide deck, apply this Skill to restyle all headings, body text, and shapes so the presentation conforms to Anthropic's brand guidelines. ## Quick Start Apply Anthropic brand styling to my presentation so headings, body text, and shapes use the official colors and fonts.

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 presentation?

Use this Skill to restyle the artifact with Anthropic's official palette: dark #141413, light #faf9f5, and accents orange #d97757, blue #6a9bcc, and green #788c5d. Colors are applied as RGB values via python-pptx's RGBColor class for precise matching.

What fonts does Anthropic's brand guidelines use?

Headings of 24pt and larger use Poppins, and body text uses Lora. If those fonts are not installed, the Skill 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 installation is required because the Skill falls back to Arial and Georgia when custom fonts are missing. For best visual results, pre-install Poppins and Lora in your environment.

How are accent colors applied to shapes in documents?

Non-text shapes are styled using the three accent colors: orange #d97757, blue #6a9bcc, and green #788c5d. The Skill cycles through these accents to maintain visual variety while staying on-brand.

Does brand styling work across different operating systems?

Yes, colors are applied as RGB values which render consistently across systems. Font rendering depends on installed fonts, but the automatic Arial and Georgia fallbacks preserve readability on any platform.