What problem does it solve? Choosing and applying a coherent visual direction often produces generic or inaccessible results. This Skill resolves a desired look or brand feel into a concrete token system while enforcing accessibility contrast requirements. ## Core Features & Use Cases - Archetype and Library Selection: Pick from archetypes (high-end agency, editorial minimal, brutalist, soft-SaaS, dark-tech) or browse 138 named design systems (apple, linear-app, stripe, vercel, notion, material, shadcn, spotify, tesla) via the design_systems.py script. - Token Mapping: Re-point semantic color tokens and map typography, spacing, radius, shadow, and motion values to tokens/*.json following the Library Contract. - Accessibility Verification: Validate every mapped color pair with the contrast.py script so brand values that fail WCAG contrast are adjusted. - Use Case: A user asks to make a landing page feel like Linear's dark-tech aesthetic. The Skill runs a brief inference, selects the linear-app system, remaps semantic tokens, verifies contrast, and adds motion choreography. ## Quick Start Apply the stripe design system aesthetic to my project and verify all color pairs pass contrast checks.