brand-guidelines

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

6|1|Updated Sep 3, 2026
One-click install
npx skills add https://github.com/jasonzhu0922-sketch/agentloop --skill brand-guidelines-jasonzhu0922-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/jasonzhu0922-sketch/agentloop/tree/main/packages/agentloop-skills/skills/brand-guidelines
Command: npx skills add https://github.com/jasonzhu0922-sketch/agentloop --skill brand-guidelines-jasonzhu0922-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring visual consistency with Anthropic's official brand identity across presentations, documents, and other artifacts is tedious when done manually. This Skill provides the exact brand color palette and typography rules so generated artifacts match Anthropic's look-and-feel without guesswork. ## Core Features & Use Cases - Official Color Palette: Applies Anthropic's main colors (dark #141413, light #faf9f5, grays) and accent colors (orange #d97757, blue #6a9bcc, green #788c5d) to text and shapes. - 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: 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 HTML page for a stakeholder presentation, apply this Skill so headings, body text, and shapes automatically follow Anthropic's brand standards. ## Quick Start Apply Anthropic brand styling to the presentation you 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 palette: dark #141413 for primary text, light #faf9f5 for backgrounds, and accents orange #d97757, blue #6a9bcc, and green #788c5d for shapes. Colors are applied as RGB values, for example through python-pptx's RGBColor class.

What fonts does the Anthropic brand style 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.

Do I need to install Poppins and Lora fonts for brand styling?

No font installation is required because the styling falls back to Arial and Georgia when custom fonts are missing. For best visual results, pre-install Poppins and Lora in your environment.

What artifact types can Anthropic brand styling be applied to?

The styling applies to HTML pages, documents, presentations, spreadsheets, images, and code artifacts. Any artifact that benefits from Anthropic's visual identity, brand colors, or typography standards is in scope.

How are accent colors assigned to shapes in brand styling?

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