brand-guidelines Claude Code Skill
Claude Code SkillClaude CodeDesign & Media ProductionDocuments & Content CreationThe explanation below is AI-generated. Please verify it against the sources.
This is a Claude skill that applies Anthropic's official brand color palette and typography rules to generated artifacts. It sets defined dark, light, gray, and accent colors, and assigns Poppins for headings and Lora for body text, falling back to Arial or Georgia when those fonts are unavailable. The technical details reference python-pptx's RGBColor class, indicating it is used primarily to style PowerPoint-style presentation files. It also cycles accent colors across non-text shapes to keep visuals varied while staying consistent with the brand. No external service connection is described in the source.
What you can do with brand-guidelines
- Apply Anthropic's defined dark, light, gray, and accent color values to an artifact
- Automatically style headings with Poppins (or Arial fallback) and body text with Lora (or Georgia fallback)
- Select text colors based on background for readability
- Cycle non-text shapes through orange, blue, and green accent colors
- Apply RGB-based colors precisely using python-pptx's RGBColor class