brand-guidelines

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

2|Updated May 30, 2026
One-click install
npx skills add https://github.com/virahitvin8/crafty-gis --skill brand-guidelines-virahitvin8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brand-guidelines
Source: https://github.com/virahitvin8/crafty-gis/tree/main/GIT_STAR/assignment-generator/antigravity-skills-main/antigravity-skills-main/skills/brand-guidelines
Command: npx skills add https://github.com/virahitvin8/crafty-gis --skill brand-guidelines-virahitvin8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Ensuring visual artifacts match Anthropic's official brand identity requires manually looking up hex codes and font rules, which is error-prone and inconsistent across deliverables. ## Core Features & Use Cases - Official Color Palette: Applies Anthropic's main colors (dark #141413, light #faf9f5) 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. - Use Case: When generating a slide deck or styled document for a stakeholder presentation, apply Anthropic's brand colors and fonts automatically so every heading, paragraph, and accent shape follows the corporate style guide. ## Quick Start Apply Anthropic brand guidelines to style this presentation with official colors and typography.

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 hex values: dark #141413, light #faf9f5, and accents orange #d97757, blue #6a9bcc, green #788c5d. Colors are applied as RGB values through python-pptx's RGBColor class for precise matching.

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, 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 installation is strictly required because the styling falls back to Arial and Georgia. However, pre-installing Poppins and Lora in your environment gives the best visual results matching the official brand.

How are accent colors applied to shapes in documents?

Non-text shapes cycle through the three accent colors: orange #d97757, blue #6a9bcc, and green #788c5d. This keeps visual variety while staying within the official brand palette.

When should I not use these brand guidelines?

Avoid applying them to artifacts intended for non-Anthropic brands or clients with their own style guides. The palette and typography are specific to Anthropic's corporate identity and would conflict with other design systems.