brand-guidelines

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

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/SESELOVSKYDarian/Vase --skill brand-guidelines-seselovskydarian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/SESELOVSKYDarian/Vase/tree/main/.agents/skills/brand-guidelines
Command: npx skills add https://github.com/SESELOVSKYDarian/Vase --skill brand-guidelines-seselovskydarian

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 documents and presentations so every output matches the corporate visual identity. ## Core Features & Use Cases - Brand Color Application: Applies official hex colors including dark #141413, light #faf9f5, and accent colors orange #d97757, blue #6a9bcc, and green #788c5d. - 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. - 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 presentation matches Anthropic's brand guidelines without manual formatting. ## Quick Start Apply Anthropic brand colors and typography to the presentation you are about to generate.

Frequently Asked Questions about brand-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply brand colors to a PowerPoint in Python?

Use python-pptx's RGBColor class to set precise hex values on text runs and shape fills. This Skill defines Anthropic's palette, including dark #141413, light #faf9f5, and accents orange #d97757, blue #6a9bcc, and green #788c5d.

What fonts does Anthropic brand styling use?

Headings of 24pt and larger use Poppins, and body text uses Lora. If those 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, no font installation is required. The styling detects system-installed fonts and falls back to Arial and Georgia when Poppins and Lora are unavailable, though pre-installing the custom fonts gives the best visual result.

How are accent colors assigned to shapes in a presentation?

Non-text shapes receive accent colors by cycling through orange, blue, and green in sequence. This keeps shapes visually varied while staying within the official brand palette.

When should I not use these brand guidelines?

Do not apply this styling when the artifact must follow a different company's brand identity or when the output is internal working material with no visual identity requirements. The palette and fonts are specific to Anthropic's look and feel.