소개
This skill guides Claude to adopt a 'CSS-first' mentality, ensuring that layout, styling, and simple interactivity are handled by the browser's native capabilities before reaching for JavaScript. By following a strict priority order—HTML semantics first, then CSS styling, and JavaScript only when necessary—it helps developers build faster, more resilient websites. It leverages modern CSS features like Grid, Flexbox, Container Queries, and the :has() selector to reduce bundle sizes and improve performance through the principle of 'the best code is no code.'