What problem does it solve? Frontend work often suffers from inconsistent markup, poor accessibility, slow pages, and untested UI. This Skill provides a structured workflow and reference material covering semantic HTML, CSS architecture, TypeScript patterns, WCAG accessibility, Core Web Vitals optimization, and testing strategy so frontend code is correct, accessible, and performant from the start. ## Core Features & Use Cases - Semantic HTML & CSS Architecture: Decision tables for choosing correct elements, heading hierarchy rules, Tailwind class ordering, and a three-layer CSS custom property token system. - Accessibility & Performance Guidance: ARIA patterns (tabs, combobox, dialog), keyboard navigation implementations, contrast and touch-target requirements, plus LCP/INP/CLS optimization techniques. - Testing Strategy: A testing-trophy approach with Vitest, Testing Library, MSW, Playwright, and axe-core patterns. - Use Case: When building a new checkout form, use this Skill to structure the markup semantically, wire up accessible validation with aria-live error announcements, and add integration tests with Testing Library and MSW. ## Quick Start Use the frontend skill to build an accessible, responsive contact form with semantic HTML, Tailwind styling, and validation tests.