This repository is a curated set of AI agent skills that encapsulate best practices for improving web quality, performance, accessibility, search engine optimization, and general best practices for web projects. It encodes knowledge drawn from Google Lighthouse audits, Core Web Vitals heuristics, WCAG accessibility guidelines, and real-world engineering experience, allowing coding agents to automatically assess and suggest improvements. These skills are framework-agnostic, meaning they apply to React, Vue, Svelte, Angular, Astro, or even plain HTML projects. For example, an agent can use these skills to audit a page’s performance, identify bottlenecks in loading speed, fix layout shift issues, suggest accessibility enhancements, or recommend SEO improvements. The guidance is designed to be triggered by typical developer requests related to web quality and to produce actionable suggestions rooted in well-established standards.
Features
- Skills for auditing performance and Lighthouse metrics
- Core Web Vitals optimization patterns
- Accessibility guidance aligned with WCAG 2.1
- SEO best-practice checks and fixes
- Cross-framework support (React, Vue, Astro, etc.)
- Best practices for modern web standards