brand-guidelines

Apply Anthropic brand colors and typography to generated visual artifacts.

1|Updated May 17, 2026
One-click install
npx skills add https://github.com/mykcs/myk-skills --skill brand-guidelines-mykcs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/mykcs/myk-skills/tree/main/brand-guidelines
Command: npx skills add https://github.com/mykcs/myk-skills --skill brand-guidelines-mykcs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork of matching Anthropic brand styling by providing ready-to-use, consistent rules for colors and typography across generated artifacts.

Core Features & Use Cases

  • Brand color system: Defines exact Anthropic palette values for dark/light neutrals and orange/blue/green accents, enabling consistent visual identity.
  • Smart typography application: Specifies Poppins for headings (24pt+) and Lora for body text with safe Arial/Georgia fallback behavior.
  • Design-aware text styling: Ensures color selection preserves readability and maintains a clear visual hierarchy during post-processing.
  • Accent color logic: Applies non-text shapes using cycling accent colors (orange, blue, green) to keep visuals on-brand.

Quick Start

Use the brand-guidelines skill to style your generated artifact using Anthropic’s specified colors and typography rules, including fallback fonts when needed.

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

You can apply Anthropic brand styling by using exact HEX and RGB values for dark and light neutrals, mapping Poppins for headings and Lora for body text, and setting colors via python-pptx RGBColor to ensure visual consistency.

What fonts are used for Anthropic visual identity styling?

Anthropic visual identity styling uses Poppins for headings (24pt and above) and Lora for body text. It includes safe fallback behavior to Arial and Georgia if those primary font families are not available.

How do I assign accent colors to non-text shapes in a python-pptx presentation?

You assign accent colors to non-text shapes by cycling through the Anthropic palette of orange, blue, and green. This logic keeps visuals on-brand and maintains a consistent visual identity across all generated artifacts.

Does applying brand styling automatically preserve text readability?

Yes, brand styling includes design-aware text styling that ensures color selection preserves readability. It maintains a clear visual hierarchy by carefully mapping appropriate dark and light neutral colors to headings and body text.

Can I use this brand styling approach for a large multi-slide deck?

Yes, the styling approach applies to any generated visual artifact. It prevents inconsistent design choices during post-processing by enforcing exact font families and color palette values across every slide or visual output.