What problem does it solve? LLM-generated frontend code tends to look generic: centered heroes, purple gradients, Inter font, three-card feature rows, and static UI with no loading or empty states. This Skill encodes a strict set of design engineering directives so generated React/Next.js interfaces avoid these clichés and follow consistent typography, color, layout, and motion rules. ## Core Features & Use Cases - Tunable design dials: DESIGN_VARIANCE, MOTION_INTENSITY, and VISUAL_DENSITY baselines (8/6/4) drive layout asymmetry, animation level, and information density, overridable per user request. - Anti-slop rulebook: Bans Inter font, purple/blue AI gradients, pure black, 3-column card rows, generic names like "John Doe", Unsplash links, and filler copy like "Seamless" or "Elevate". - Motion and Bento specs: Prescribes Framer Motion spring physics, staggered orchestration, perpetual micro-interactions, and five Bento grid card archetypes for SaaS dashboards, plus GSAP/ThreeJS isolation rules. - Use Case: Ask for a SaaS analytics dashboard and receive a Bento-grid layout with Geist typography, a single desaturated accent color, skeleton loaders, empty states, and infinitely looping micro-animations isolated in client components. ## Quick Start Build me a modern SaaS dashboard landing page in Next.js with Tailwind and Framer Motion following these design rules.