
Web Design Guidelines
Audit UI files against Vercel’s live Web Interface Guidelines and get terse file:line findings for accessibility and UX fixes.
Install
npx skills add https://github.com/vercel-labs/claude-skills --skill web-design-guidelinesWhat is this skill?
- Fetches fresh rules from the upstream command.md URL before every review
- Accepts a file path or glob via argument-hint for scoped reviews
- Applies the full fetched guideline rule set to local source files
- Outputs violations in terse file:line format per upstream instructions
- Triggers on explicit asks to review UI, audit design, or check accessibility
Adoption & trust: 232 installs on skills.sh; 27.7k GitHub stars; 0/3 security scanners passed (skills.sh audits).
Recommended Skills
Journey fit
Design and accessibility review is a canonical ship-phase quality gate before you treat the UI as launch-ready, even though you can run it while still building screens. Code review subphase matches “review my UI,” accessibility audits, and best-practice checks on existing components rather than net-new feature work.
Common Questions / FAQ
Is Web Design Guidelines safe to install?
skills.sh reports 0 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.
SKILL.md
READMESKILL.md - Web Design Guidelines
# Web Interface Guidelines Review files for compliance with Web Interface Guidelines. ## How It Works 1. Fetch the latest guidelines from the source URL below 2. Read the specified files (or prompt user for files/pattern) 3. Check against all rules in the fetched guidelines 4. Output findings in the terse `file:line` format ## Guidelines Source Fetch 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. ## Usage When a user provides a file or pattern argument: 1. Fetch guidelines from the source URL above 2. Read the specified files 3. Apply all rules from the fetched guidelines 4. Output findings using the format specified in the guidelines If no files specified, ask the user which files to review.