
Web Design Guidelines
Audit existing UI code against live Web Interface Guidelines before you ship or polish a solo-built web app.
Install
npx skills add https://github.com/davila7/claude-code-templates --skill web-design-guidelinesWhat is this skill?
- Fetches the latest Web Interface Guidelines from Vercel Labs on every run via WebFetch
- Reviews user-specified files or glob patterns against all rules in the fetched command.md
- Outputs findings in terse file:line format defined by the upstream guidelines
- Triggers on requests to review UI, check accessibility, audit design, or review UX
- Asks for target files when no file-or-pattern argument is provided
Adoption & trust: 542 installs on skills.sh; 27.8k GitHub stars; 2/3 security scanners passed (skills.sh audits).
Recommended Skills
Web Design Guidelinesvercel-labs/agent-skills
Lark Whiteboardlarksuite/cli
Ui Ux Pro Maxnextlevelbuilder/ui-ux-pro-max-skill
Sleek Design Mobile Appssleekdotdesign/agent-skills
Impeccablepbakaus/impeccable
Design Taste Frontendleonxlnx/taste-skill
Journey fit
Primary fit
Canonical shelf is Ship because the skill is invoked as a pre-release quality gate—review UI, accessibility, and UX against best practices—not as initial layout ideation. Review subphase matches checklist-style file audits and terse file:line findings after implementation exists.
Common Questions / FAQ
Is Web Design Guidelines safe to install?
skills.sh reports 2 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.