Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
Add this skill
npx mdskills install vercel-labs/web-design-guidelinesDelegates guideline rules and formatting to external URL, providing minimal agent instruction
1---2name: web-design-guidelines3description: Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".4metadata:5 author: vercel6 version: "1.0.0"7 argument-hint: <file-or-pattern>8---910# Web Interface Guidelines1112Review files for compliance with Web Interface Guidelines.1314## How It Works15161. Fetch the latest guidelines from the source URL below172. Read the specified files (or prompt user for files/pattern)183. Check against all rules in the fetched guidelines194. Output findings in the terse `file:line` format2021## Guidelines Source2223Fetch fresh guidelines before each review:2425```26https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md27```2829Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.3031## Usage3233When a user provides a file or pattern argument:341. Fetch guidelines from the source URL above352. Read the specified files363. Apply all rules from the fetched guidelines374. Output findings using the format specified in the guidelines3839If no files specified, ask the user which files to review.40
Full transparency — inspect the skill content before installing.