brand-guidelines

Apply Anthropic brand colors and Poppins/Lora typography to design artifacts.

10|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/viktorbezdek/skillstack --skill brand-guidelines-viktorbezdek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/viktorbezdek/skillstack/tree/main/skill-foundry/skills/skill-foundry/examples/brand-guidelines
Command: npx skills add https://github.com/viktorbezdek/skillstack --skill brand-guidelines-viktorbezdek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures artifacts and generated documents consistently follow Anthropic's official visual identity so designers and automated pipelines avoid inconsistent colors, fonts, and hierarchy.

Core Features & Use Cases

  • Precise color palette: provides primary, neutral, and accent hex codes for accurate color application.
  • Typography rules: maps headings to Poppins with Arial fallback and body text to Lora with Georgia fallback, including size guidance for headings (24pt+).
  • Smart styling guidance: recommends color selection based on background contrast, cycles accent colors for shapes, and documents implementation notes for python-pptx RGB application.
  • Use Case: apply to slide decks, marketing assets, or programmatic document generation to produce on-brand presentations and visuals.

Quick Start

Apply Anthropic's palette and typography to this presentation, setting headings to Poppins and body text to Lora while using the specified hex colors for accents and backgrounds.

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 and typography to generated presentations?

To apply Anthropic brand colors and typography, use the specified hex RGB values for accents and map headings to Poppins and body text to Lora. This enforces a consistent visual identity across presentation slides and documents.

Can I use python-pptx to programmatically set Anthropic brand colors in slides?

Yes, python-pptx is compatible with this brand styling approach. The Skill provides implementation notes for python-pptx RGB application, allowing you to programmatically apply hex color codes to shapes and text within generated presentations.

What fonts and fallbacks are required for Anthropic visual identity in documents?

The Anthropic visual identity requires Poppins for headings with an Arial fallback, and Lora for body text with a Georgia fallback. Heading sizes should be 24pt or larger to maintain proper hierarchy.

What's the best way to ensure consistent visual branding across automated document pipelines?

The best way to ensure consistent visual branding is to enforce precise hex color palettes and strict font mappings. This Skill provides primary, neutral, and accent color codes alongside smart styling guidance for background contrast.

Does this brand styling approach provide specific hex RGB values for primary and accent colors?

Yes, this approach provides a precise color palette containing primary, neutral, and accent hex codes. It also recommends color selection based on background contrast and cycles accent colors for shapes to maintain visual consistency.

Why do my programmatically generated slides have inconsistent brand colors and fonts?

Inconsistent brand colors and fonts occur when automated pipelines lack strict hex RGB values and font mappings. Applying a predefined palette with Poppins and Lora ensures all generated documents follow the exact official visual identity.