# web-design-guidelines

> Claude/Codex skill by [@vercel](https://omgskills.com/library/vercel/index.md) · 5.2k stars · Updated 2026-09-04

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".

Tags: examples, nextjs, vercel

## Install

```sh
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.

## Links

- HTML page: https://omgskills.com/skills/vercel/examples/web-design-guidelines/
- GitHub: https://github.com/vercel/examples
- Author: [@vercel](https://omgskills.com/library/vercel/index.md)

## More skills by this author

- [authoring-skills](https://omgskills.com/skills/vercel/next.js/dot-agents/skills/authoring-skills/index.md) — How to create and maintain agent skills in .agents/skills/.
   - [@vercel](https://omgskills.com/library/vercel/index.md) · 142k stars
- [backport-pr](https://omgskills.com/skills/vercel/next.js/dot-agents/skills/backport-pr/index.md) — Backport a merged Next.js pull request from canary to a previous release branch such as next-16-2.
   - [@vercel](https://omgskills.com/library/vercel/index.md) · 142k stars
- [create-pr](https://omgskills.com/skills/vercel/next.js/dot-agents/skills/create-pr/index.md) — Used to create Git branches, commits, pushes, and GitHub pull requests for Next.js.
   - [@vercel](https://omgskills.com/library/vercel/index.md) · 142k stars
