web-design-guidelines
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".
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/vercel/examples /tmp/examples && ln -s /tmp/examples/.agents/skills/web-design-guidelines ~/.claude/skills/web-design-guidelines
From README
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: 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: Fetch guidelines from the source URL above Read the specified files Apply all rules from the fetched guidelines Output findings using the format specified in the guidelines If no files specified, ask the user which files to review.