brand-guidelines

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

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/NT-boop-star/BRMV-tract --skill brand-guidelines-nt-boop-star
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/NT-boop-star/BRMV-tract/tree/main/antigravity/skills/brand-guidelines
Command: npx skills add https://github.com/NT-boop-star/BRMV-tract --skill brand-guidelines-nt-boop-star

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring consistent brand styling across presentations, documents, and other artifacts is tedious and error-prone when done manually. This Skill provides Anthropic's official color palette and typography rules so any generated artifact matches the company's visual identity. ## 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: Uses Poppins for headings (24pt and larger) and Lora for body text, with automatic fallback to Arial and Georgia when custom fonts are unavailable. - Accent Cycling for Shapes: 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 with python-pptx, apply this Skill so headings, body text, and shapes automatically use Anthropic's brand colors and fonts via RGBColor values. ## Quick Start Apply Anthropic brand styling to the presentation you are creating, 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 PowerPoint presentation?

Use the brand color hex values (dark #141413, light #faf9f5, orange #d97757, blue #6a9bcc, green #788c5d) and apply them through python-pptx's RGBColor class. Headings use Poppins and body text uses Lora.

What fonts does Anthropic's brand guidelines use?

Anthropic's brand uses Poppins for headings at 24pt and larger, and Lora for body text. If these fonts are not installed, the styling falls back to Arial for headings and Georgia for body text.

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

No font installation is required. The styling automatically falls back to Arial for headings and Georgia for body text when Poppins and Lora are unavailable, though pre-installing the custom fonts gives the best visual results.

How are accent colors applied to shapes in brand styling?

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

When should I not use these brand guidelines?

Do not apply this styling to artifacts intended for other companies or brands, since the colors and fonts are specific to Anthropic's identity. For neutral or client-branded deliverables, use the appropriate brand system instead.