# Apply Anthropic Brand Guidelines

Inconsistent colors and typography can weaken Anthropic-branded artifacts. This skill supplies exact palette values, font rules, fallbacks, and accent guidance.

## Install

```bash
npx skillstore add anthropics/brand-guidelines
```

## Metadata

- Status: approved
- Slug: brand-guidelines
- Skillstore revision: r2
- Version status: missing
- Tree hash: c1fd65e4e433d1212e0943eda6116a83444f7f70ae43de18cdaee087559cac6e
- Author: anthropics
- GitHub username: anthropics
- License: Complete terms in LICENSE.txt
- Repository: https://github.com/anthropics/skills/tree/main/skills/brand-guidelines
- Ref: a39a91716eadede5f4cdefd78178fed4e837a128
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 78
- Quality tier: bronze
- Public page: https://skillstore.pages.dev/skills/brand-guidelines
- Manifest: https://skillstore.pages.dev/api/skills/brand-guidelines/manifest

## Capabilities

- Provides exact hexadecimal values for four main colors and three accent colors.
- Maps Poppins to headings and Lora to body text.
- Defines Arial and Georgia as fallback fonts.
- Guides readable text color selection for light and dark backgrounds.
- Assigns orange, blue, and green accents to non-text shapes.
- Documents RGB color use with the python-pptx RGBColor class.

## Use Cases

- Style a client presentation: Apply Anthropic colors, heading fonts, body fonts, and accents to an existing presentation.
- Standardize product documentation: Create consistent typography and color decisions across technical guides and internal documents.
- Implement branded slide generation: Translate the documented palette into RGBColor settings for generated PowerPoint slides.

## Prompt Templates

### Apply basic branding

```
Restyle this artifact using the Anthropic color palette and typography rules. Preserve the existing content hierarchy.
```

### Review visual compliance

```
Review this design against the Anthropic brand guidelines. List color, typography, readability, and accent issues with specific corrections.
```

### Define a reusable theme

```
Create a reusable theme specification from these guidelines. Include semantic color roles, font mappings, fallbacks, and shape accent rotation.
```

### Plan presentation automation

```
Design a python-pptx styling plan for this presentation. Map each slide element to fonts, RGB colors, contrast rules, and fallback behavior.
```

## Limitations

- The guidance covers the Anthropic visual identity only.
- Poppins and Lora must already be installed for exact typography.
- The skill provides instructions but includes no automation script or asset templates.
- The included license does not grant general permission to use Anthropic trademarks.

## Best Practices

- Confirm the artifact background before selecting a readable text color.
- Use accent colors for emphasis and non-text shapes, not long body text.
- Verify font availability and apply the documented fallbacks when needed.

## Anti Patterns

- Do not replace exact palette values with visually similar colors.
- Do not use every accent color with equal weight on each page.
- Do not treat brand styling as permission to alter approved content or trademarks.

## Security Audit

- Audited at: 2026-07-23T11:17:07.25\+00:00
- Summary: All nine static findings are false positives caused by Markdown color literals or ordinary library documentation. The reviewed files contain no executable commands, reconnaissance behavior, or prompt injection attempts.

## Stats

- Views: 235
- Downloads: 12
- Favorites: 0
- Popularity score: 0
