What problem does it solve? Maintaining consistent brand voice, colors, typography, and asset naming across a project is error-prone when guidelines live in scattered documents. This Skill centralizes brand context extraction, asset validation, and design token synchronization so guidelines stay enforceable. ## Core Features & Use Cases - Brand Context Injection: Parses docs/Guidelines.md to extract colors, typography, voice traits, and prohibited terms into a prompt-ready block or JSON. - Asset Validation: Checks marketing assets against naming conventions, file size limits, format rules, and manifest registration via validate-asset.cjs. - Token Synchronization: Converts brand guideline colors into design-tokens.json and regenerates CSS custom properties with sync-brand-to-tokens.cjs. - Use Case: After updating brand colors in docs/Guidelines.md, run the sync script to propagate the new palette into design tokens and theme.css, then verify with the context extraction script. ## Quick Start Ask the AI to validate a new banner asset against the brand guidelines and show whether its filename, size, and colors comply.