What problem does it solve? Starting frontend work on a freshly scaffolded project often means shipping with the default shadcn neutral theme and no real brand identity. This Skill runs a structured brand pass — palette, typography, gradients, and tone/voice — so a project gets a coherent, WCAG-compliant visual identity before component work begins. ## Core Features & Use Cases - Interactive palette selection: Generates 6 candidate palettes (3 curated from a recipe library, 3 algorithmically derived in OKLCH) and renders them as a visual HTML preview opened in the browser, with a contextual mini-UI (wallet, swap, staking, NFT, dashboard, social) matching the product category. - Full theme application: Writes the chosen palette as shadcn CSS variables for light and dark mode into app/globals.css (with automatic backup), wires typography via next/font/google, and optionally derives brand gradients as Tailwind utilities. - Persistent brand artifact: Writes a brand.md file to the project root capturing palette tokens, contrast ratios, typography, and tone/voice guidance for future sessions and other skills. - Use Case: After scaffolding a Next.js DeFi dashboard, ask for brand colors; the skill interviews you about category and mood, shows 6 palette previews of your actual dashboard UI in the browser, then applies your pick with verified WCAG AA contrast. ## Quick Start Ask the agent to pick brand colors and generate a palette for your newly scaffolded Next.js project before starting frontend work.