What problem does it solve? Web development spans dozens of technologies, protocols, and standards, making it hard to apply correct terminology, follow W3C/WHATWG specifications, and implement accessible, performant, secure code consistently across frontend and backend work. ## Core Features & Use Cases - 15 Competency Domains: Covers HTML markup, CSS styling, JavaScript, Web APIs, HTTP networking, security, performance, accessibility, browsers, tooling, data formats, media, architecture patterns, and server infrastructure with dedicated reference files. - Terminology Translation: Converts colloquial requests like "make it responsive" or "fix the cache" into precise technical implementations using media queries or Cache-Control headers. - Structured Workflows: Provides step-by-step processes for implementing features, debugging issues, optimizing Core Web Vitals, and applying security headers. - Use Case: When asked to make a form accessible, the skill consults its accessibility reference and implements proper labels, ARIA attributes, keyboard navigation, and error messaging validated against WCAG 2.1 AA. ## Quick Start Ask the assistant to implement, debug, or optimize any web feature such as "make this form WCAG compliant" or "fix this CORS error" and it will apply the relevant standards and reference material.