
Web Design Guidelines
Audit UI code against live Vercel Web Interface Guidelines and report issues in terse file:line form.
Install
npx skills add https://github.com/vercel-labs/vercel-skills --skill web-design-guidelinesWhat is this skill?
- Fetches fresh rules from vercel-labs web-interface-guidelines command.md before each run
- Applies full guideline set to user-specified files or patterns via Read plus WebFetch workflow
- Outputs findings in terse file:line format defined by the upstream guidelines
- Triggered by review UI, accessibility, audit design, review UX, or best-practices requests
- Prompts for file targets when none are supplied instead of scanning the whole repo blindly
Adoption & trust: 61 installs on skills.sh; 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
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.