Addyosmani Quality
Published by podo in design-agent-skills
What this skill does
|
Add Addyosmani Quality to your agent
Review the source and files first. When you are ready, copy the prompt instruction or use the CLI command supported by your environment.
Install with a prompt
Paste this into a compatible coding agent:
add this skill "addyosmani-quality" from https://github.com/podo/design-agent-skillsInstall with the CLI
Run this command in a controlled environment after reviewing the repository:
npx skills add https://github.com/podo/design-agent-skills --skill addyosmani-qualitySkill instructions
addyosmani-quality
Catalogue stub — full package: addyosmani/web-quality-skills
Decision tree
Run this before any web quality, performance, or accessibility audit:
-
Is an Osmani skill already installed? Check:
~/.design-agent-skills/skills/web-quality-audit/SKILL.mdexists (representative skill).- Yes → invoke the specific skill by name and proceed
- No → go to step 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-gfor global install or omit for project-only
Install command
# 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.
Files included
- SKILL.md
- stub.yaml

