with one click
Review files for compliance with Web Interface Guidelines.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill web-design-guidelinesCopy and paste this command into Claude Code to install the skill
Review files for compliance with Web Interface Guidelines.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill web-design-guidelinesCopy and paste this command into Claude Code to install the skill
| name | web-design-guidelines |
| description | Review files for compliance with Web Interface Guidelines. |
| risk | safe |
| source | community |
| date_added | 2026-02-27 |
Review files for compliance with Web Interface Guidelines.
file:line formatFetch fresh guidelines before each review:
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.
When a user provides a file or pattern argument:
If no files specified, ask the user which files to review.
This skill is applicable to execute the workflow or actions described in the overview.
Audit deployed Vercel apps for cost and performance issues using metrics, project config, code scans, and version-aware recommendations.
Find and fix WCAG 2.2 accessibility issues. Two modes — report (sweep a codebase or page, produce a prioritized written report, no edits) and fix (audit→edit→verify loop on a target). Prefers direct-CDP live-DOM auditing; falls back to a browser-MCP composition or HTML-string audits.
Diff a live page's accessibility violations against a baseline — by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.
Audit a live page for accessibility issues, locate each WCAG violation precisely, and return a selector-grounded fix worklist without editing.
Use when working with composition-patterns tasks or workflows
Use when working with debugging toolkit smart debug (Alias for debugging-toolkit-smart-debug)