AI Agent Hub
Back to skills
Anthropic Brand Styling icon

Anthropic Brand Styling

Design & Media Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_badfb86b/brand-guidelines according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Brand-facing materials often require consistent colors, typography, and accent styling. When Poppins or Lora are missing, outputs can fall back inconsistently, leaving headings, body text, and accents visually uneven. This skill applies the Anthropic brand system so that main colors, accent colors, heading fonts, body styling, and shape emphasis are handled in a repeatable way instead of being adjusted manually page by page.

How it works

  • Color system: Uses #141413, #faf9f5, #b0aea5, and #e8e6dc for primary text, light backgrounds, secondary elements, and subtle surfaces, with #d97757, #6a9bcc, and #788c5d as orange, blue, and green accents.
  • Typography: Headings of 24pt or larger prefer Poppins, while body text uses Lora; if those fonts are unavailable, it falls back to Arial and Georgia to avoid broken styling.
  • Shape styling: Non-text shapes cycle through orange, blue, and green accents to preserve readability and brand consistency.
  • Implementation: Applies precise RGB values through python-pptx and RGBColor, works with existing system fonts, and does not require font installation; for best results, pre-installing Poppins and Lora is still recommended.

Caveats

It focuses on visual styling rather than brand strategy, copywriting, or a full design system. If the target environment lacks the specified fonts, rendered output will still use fallback fonts, while color values should remain precise.

Use Cases

  • Unify PPT headings, body, and accent shapes before delivery.
  • Fallback fonts when Poppins/Lora are missing on a machine.
  • Cycle orange, blue, and green accents on non-text shapes.
  • Set precise RGBColor values in python-pptx for slides.

Best For

  • Design engineers building Anthropic-style decks who need consistent typography and accents.
  • Backend engineers maintaining python-pptx scripts who need reliable brand colors and font fallbacks.
  • Operations staff producing launch materials who do not want to recolor slides manually.
  • Product managers delivering customer decks who need readable fallbacks when fonts are missing.