What problem does it solve? AI-generated frontend code tends to converge on recognizable, generic patterns: Inter fonts, purple gradients, centered hero sections, identical section padding, and placeholder content like "Acme Inc". This Skill provides a rule system that detects and bans these AI tells while guiding the model toward distinctive, well-crafted interfaces. ## Core Features & Use Cases - Design Dials: Tune DESIGN_VARIANCE, MOTION_INTENSITY, and VISUAL_DENSITY on 1-10 scales to control layout diversity, animation strength, and information density per project. - Banned-Pattern Enforcement: Explicitly forbids AI tells such as Inter as default font, rgba(0,0,0,0.05) surfaces, linear-gradient accents, lorem ipsum, stock testimonial grids, and decorative em-dashes. - Concrete Directives: Prescribes typography (Geist, serif editorial headings), color calibration (OKLCH, hue anchoring), layout diversification rules (bento cell counts, zigzag caps), and full interactive state definitions. - Use Case: When building a React/Next.js landing page with Tailwind v4, activate this Skill so every section uses a unique layout architecture, motion follows the configured intensity, and no generic AI patterns slip into the output. ## Quick Start Redesign this landing page using the anti-slop rules with DESIGN_VARIANCE 8 and MOTION_INTENSITY 6, removing all generic AI patterns.