web-quality-skills
Audit and fix website speed, accessibility, SEO, and security
All Skills in This Repository (6)
Pure Emerald Level Indicatorsweb-quality-audit
Audit websites for Lighthouse-based quality and compliance issues.
core-web-vitals
Optimize LCP, INP, and CLS metrics across SSR, CSR, and static sites.
performance
Identify and fix web page performance bottlenecks using Lighthouse audits.
seo
Align technical SEO, on-page optimization, and JSON-LD structured data with search engine guidelines.
accessibility
Audit web accessibility and improve WCAG 2.1 conformance across web content.
best-practices
Audit web projects for security, compatibility, and code quality standards.
Frequently Asked Questions
FAQPage SchemaHow to install web-quality-skills?โผ
Run `npx skills add addyosmani/web-quality-skills --all -g -y` in your terminal to install all six skills globally for your AI agent.
How to audit my website with AI?โผ
Ask your agent to "audit my site" or "check web quality" and it runs Lighthouse checks for performance, accessibility, SEO, and best practices, then lists fixes by priority.
How to fix Core Web Vitals with AI?โผ
Ask to "fix LCP", "reduce CLS", or "improve INP" and the agent measures real-user data, finds the cause in a browser trace, and applies targeted code fixes.
Does it work with React, Next.js, or plain HTML?โผ
Yes. All skills are framework-agnostic and include specific examples for React, Next.js, Vue, Nuxt, and vanilla HTML/CSS/JS.
Which AI agents support these skills?โผ
They work with Claude Code, Codex, Gemini CLI, Cursor, and any agent that follows the open Agent Skills specification.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core