What problem does it solve? Maintaining consistent brand voice, colors, typography, and asset standards across marketing content is error-prone when guidelines live in scattered documents. This Skill centralizes brand guidelines as a machine-readable source of truth and automates validation and design token synchronization. ## Core Features & Use Cases - Brand Context Injection: Extract colors, typography, voice traits, and prohibited terms from brand-guidelines.md into a formatted prompt addition via inject-brand-context.cjs. - Design Token Sync: Convert brand guideline colors into design-tokens.json and design-tokens.css with generated color scales using sync-brand-to-tokens.cjs. - Asset Validation: Check marketing assets against naming conventions, file size limits, and format rules with validate-asset.cjs, plus color palette compliance via extract-colors.cjs. - Use Case: A marketing team updates their primary brand color, runs the sync script to propagate it into CSS variables, then validates a new campaign banner against the naming convention and palette before approval. ## Quick Start Ask the AI to review your marketing asset against the brand guidelines and validate its naming, colors, and format compliance.