web-design-guidelines
🤖 AI Summary
This agent fetches the latest web interface guidelines from a remote source, then scans specified files against those rules and outputs compliance issues in a `file:line` format.
How to Install
Claude Code:
git clone --depth 1 https://github.com/vercel-labs/agent-skills.git && cp agent-skills/skills/web-design-guidelines ~/.claude/skills/web-design-guidelines -r# 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.
Details
| Category | AI/ML → ml |
| Source | vercel-labs/agent-skills |
| SKILL.md | View on GitHub → |
| Repo Stars | ★ 28.3K |
| Est. per Skill | ~1.3K (shared across 22 skills from this repo) |
| Difficulty | Intermediate |
| Risk Level | N/A |
Related Skills
makepad-shaders
Makepad Shaders Skill Version: makepad-widgets (dev branch) | Last Updated: 2026-01-19 Check for upd
ai-product
AI Product Development Every product will be AI-powered. The question is whether you'll build it rig
pptx-official
PPTX creation, editing, and analysis Overview A user may ask you to create, edit, or analyze the con
makepad-animation
Makepad Animation Skill Version: makepad-widgets (dev branch) | Last Updated: 2026-01-19 Check for u
Works Well With
Skills from the same repository — often designed to work together
vercel-optimize
Vercel Optimize Run an observability-first Vercel optimization audit. Do not inspect source files un
deploy-to-vercel
Deploy to Vercel Deploy any project to Vercel. Always deploy as preview (not production) unless the
vercel-react-native-skills
React Native and Expo best practices for building performant mobile apps. Use when building React Na