brand-guidelines

Apply Anthropic brand colors and Poppins/Lora fonts to presentation files.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/tocadaoncamod/agentes-ia-agno --skill brand-guidelines-tocadaoncamod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/tocadaoncamod/agentes-ia-agno/tree/main/.claude/skills/brand-guidelines
Command: npx skills add https://github.com/tocadaoncamod/agentes-ia-agno --skill brand-guidelines-tocadaoncamod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a repeatable way to apply Anthropic's official colors, typography, and simple accent rules to artifacts so designers and engineers avoid inconsistent styling and manual post-processing.

Core Features & Use Cases

  • Smart Font Application: Applies Poppins to headings and Lora to body text with automatic fallbacks to Arial and Georgia when custom fonts are unavailable.
  • Color & Accent Management: Applies primary, secondary, and tertiary brand colors (Dark #141413, Light #faf9f5, Mid Gray #b0aea5, Light Gray #e8e6dc, Accent Orange #d97757, Accent Blue #6a9bcc, Accent Green #788c5d) and cycles accents for non-text shapes.
  • Integration Example: Use for programmatically restyling presentation decks, marketing collateral, or exported assets so they conform to Anthropic visual identity with preserved hierarchy and readability.

Quick Start

Use the brand-guidelines skill to apply Anthropic colors and fonts to the attached presentation file.

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

To apply Anthropic brand colors and typography programmatically, use this skill with python-pptx workflows to inject specific RGB color values, Poppins headings, and Lora body text into your presentation files.

What are the official Anthropic brand colors for visual design?

The official Anthropic brand colors for visual design include Dark #141413, Light #faf9f5, Mid Gray #b0aea5, Light Gray #e8e6dc, and accent colors Orange #d97757, Blue #6a9bcc, and Green #788c5d.

Can I use Poppins and Lora fonts in python-pptx if they are not installed locally?

Yes, you can use Poppins and Lora in python-pptx because this skill applies automatic font fallbacks to Arial for headings and Georgia for body text when the custom fonts are unavailable on your system.

Does this branding skill cycle accent colors for non-text shapes in presentation decks?

Yes, this branding skill cycles accent colors for non-text shapes in presentation decks, applying primary, secondary, and tertiary brand colors to ensure visual hierarchy and consistent marketing collateral styling.

What is the best way to standardize marketing collateral to match the Anthropic visual identity?

The best way to standardize marketing collateral is to programmatically restyle document templates and exported assets using this skill, ensuring consistent brand colors, heading fonts, and accent shapes across all artifacts.