brand-guidelines

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

Updated Jun 14, 2026
One-click install
npx skills add https://github.com/ironkid90-s/lucky5-v7 --skill brand-guidelines-ironkid90-s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/ironkid90-s/lucky5-v7/tree/main/.github/skills/brand-guidelines
Command: npx skills add https://github.com/ironkid90-s/lucky5-v7 --skill brand-guidelines-ironkid90-s

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring consistent brand styling across generated artifacts is tedious when done manually. This Skill applies Anthropic's official color palette and typography rules to any artifact that needs the company's look-and-feel, removing guesswork about hex values and font choices. ## Core Features & Use Cases - Official Color Palette: Provides main colors (dark #141413, light #faf9f5, grays) and accent colors (orange #d97757, blue #6a9bcc, green #788c5d) for precise brand matching. - 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 orange, blue, and green accents to maintain visual interest while staying on-brand. - Use Case: When generating a PowerPoint deck or styled document, apply Anthropic brand colors to headings, body text, and shapes so the output matches corporate identity without manual design work. ## Quick Start Apply Anthropic brand styling to the presentation I just created, using 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 the defined hex values: dark #141413 for text, light #faf9f5 for backgrounds, 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 brand styling use?

Headings of 24pt and larger use Poppins, while body text uses Lora. If these fonts are not installed on the system, the styling automatically falls back to Arial for headings and Georgia for body text.

Does brand styling work without installing Poppins and Lora fonts?

Yes, the styling works with existing system fonts through automatic fallback to Arial and Georgia. However, for best visual results, pre-install Poppins and Lora in your environment before generating artifacts.

How are accent colors applied to shapes in documents?

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

When should I not use Anthropic brand guidelines?

Avoid applying this styling to artifacts intended for other brands or clients with their own design systems. The palette and typography are specific to Anthropic's corporate identity and would conflict with external brand standards.