What problem does it solve? Visual artifacts like slide decks and web pages often need to match Anthropic's official brand identity, but manually looking up hex codes, font choices, and contrast rules for every element is error-prone and inconsistent. ## Core Features & Use Cases - Official Brand Palette: Provides Anthropic's exact main colors (dark #141413, light #faf9f5, grays) and accent colors (orange #d97757, blue #6a9bcc, green #788c5d) with rules for text/background contrast. - Typography Rules: Applies Poppins for headings and Lora for body text, with explicit Arial/Georgia fallbacks when fonts are unavailable. - Multi-Target Styling: Covers PowerPoint decks via python-pptx and HTML via CSS custom properties, with a fixed accent rotation rule for non-text shapes. - Use Case: You have a quarterly report deck that must follow Anthropic branding. The skill guides writing a python-pptx script that sets heading fonts, body fonts, text colors by background, and cycles accent fills across shapes, then verifies the result. ## Quick Start Apply Anthropic brand colors and typography to my presentation deck.pptx using the brand guidelines.