addyosmani-quality
|
Works with
--- name: addyosmani-quality description: | license: MIT --- # addyosmani-quality > Catalogue stub — full package: [addyosmani/web-quality-skills](https://github.com/addyosmani/web-quality-skills) ## Decision tree Run this before any web quality, performance, or accessibility audit: 1. **Is an Osmani skill already installed?** Check: `~/.design-agent-skills/skills/web-quality-audit/SKILL.md` exists (representative skill). - Yes → invoke the specific skill by name and proceed - No → go to step 2 2. **Do you have shell access?** - Yes → install the specific skill below, then invoke it - No → show the install command; in Claude Code, send it as a chat message starting with `!` — add `-g` for global install or omit for project-only ## Install command ```bash # WCAG compliance, screen reader, keyboard navigation npx skills add addyosmani/web-quality-skills --skill accessibility # Lighthouse-style: performance, a11y, SEO, best practices npx skills add addyosmani/web-quality-skills --skill web-quality-audit # LCP, INP, CLS-specific optimizations npx skills add addyosmani/web-quality-skills --skill core-web-vitals # Loading speed, runtime efficiency, resource optimization npx skills add addyosmani/web-quality-skills --skill performance # Search engine optimization, structured data npx skills add addyosmani/web-quality-skills --skill seo # Security, modern web APIs, code quality npx skills add addyosmani/web-quality-skills --skill best-practices ``` ## Invoke after install - `accessibility` — "WCAG compliance", "screen reader", "keyboard nav" - `web-quality-audit` — "Lighthouse audit", "web quality" - `core-web-vitals` — "LCP", "INP", "CLS", "Core Web Vitals" - `performance` — "page speed", "loading performance" - `seo` — "SEO", "structured data", "crawlability" - `best-practices` — "web security", "modern APIs", "code quality" ## What it does Addy Osmani's (Google Chrome) 6-skill web quality suite. Covers the complete quality axis: accessibility (WCAG 2.2), Lighthouse-style holistic audits, Core Web Vitals optimization, loading/runtime performance, SEO, and security best practices — each as a focused, actionable skill.
More Performance skills
seo-audit
coreyhaines31/marketingskills
When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my traffic dropped," "lost rankings," "not showing up in Google," "site isn't ranking," "Google update hit me," "page speed," "core web vitals," "crawl errors," or "indexing issues." Use this even if the user just says something vague like "my SEO is bad" or "help with SEO" — start with an audit. For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema. For AI search optimization, see ai-seo.
competitor-profiling
coreyhaines31/marketingskills
When the user wants to research, profile, or analyze competitors from their URLs. Also use when the user mentions 'competitor profile,' 'competitor research,' 'competitor analysis,' 'profile this competitor,' 'analyze competitor,' 'competitive intelligence,' 'competitor deep dive,' 'who are my competitors,' 'competitor landscape,' 'competitor dossier,' 'competitive audit,' or 'research these competitors.' Input is a list of competitor URLs. Output is structured competitor profile markdown files. For creating comparison/alternative pages from profiles, see competitors. For sales-specific battle cards, see sales-enablement.
vercel-optimize
vercel-labs/agent-skills
Use for Vercel cost and performance optimization on deployed projects, especially Next.js, SvelteKit, Nuxt, and limited Astro apps. Collect Vercel metrics, usage, project config, and code scan results first; investigate only metric-backed candidates; produce ranked recommendations grounded in verified files and version-aware Vercel/framework docs. Trigger for Vercel bill reduction, slow or expensive routes, caching opportunities, Function Invocations, Build Minutes, Fast Data Transfer, Core Web Vitals, Bot Management, Fluid compute, or cost breakdown requests.

