What problem does it solve? LLM-generated frontend code tends to produce generic, clichéd interfaces with predictable layouts, default fonts, and static states. This Skill overrides those biases with metric-based design rules, strict component architecture, and performance guardrails. ## Core Features & Use Cases - Bias-Corrected Design Rules: Enforces deterministic typography, single-accent color calibration, asymmetric layouts, and bans common AI tells like Inter font, purple gradients, and 3-column card rows. - Motion & Interaction Specs: Provides Framer Motion spring physics, staggered orchestration, magnetic micro-interactions, and perpetual micro-animations with strict performance isolation in Client Components. - Architecture Guardrails: Mandates dependency verification, Tailwind version checks, RSC/Client Component separation, and viewport-safe layouts using min-h-[100dvh]. - Use Case: Ask for a SaaS dashboard and receive a Bento-grid layout with infinite-loop micro-animations, skeleton loading states, and Geist typography instead of a generic card grid. ## Quick Start Build a landing page hero section for a fintech product using asymmetric layout and spring-based scroll animations.