Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI",
Scanned 9/2/2026
Install to Claude Code
npx -y skills add ulises-jeremias/agent-toolkit --skill web-design-guidelines --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Web Design Guidelines?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ulises-jeremias-web-design-guidelines)More formats (shields.io, HTML) on the badges page.
---
name: web-design-guidelines
description: 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".
metadata:
author: vercel
version: 1.0.0
argument-hint: <file-or-pattern>
origin:
type: upstream
sources:
- id: wrapper
role: wrapper
repository: vercel-labs/agent-skills
path: skills/web-design-guidelines
ref: 7c180d9044c9ae2b442b567aad4e42a28dd5ed62
license: NOASSERTION
- id: rules
role: rules
repository: vercel-labs/web-interface-guidelines
path: command.md
ref: e3d624baaf29dc1fc645aff3e38f03e564d2d6b1
license: MIT
trust:
tier: reviewed
reviewed_at: '2026-08-26'
reviewed_by: ulises-jeremias
reviewed_provenance: sha256:9803737469498d520b8c06994dec3142b0e5a2db48fe8edbf8f7fe61cfcae2d9
maintenance:
status: active
last_activity: '2026-08-18'
last_checked: '2026-08-26'
distribution:
mode: vendored
redistribution_allowed: false
security:
scripts: false
shell: false
network: true
mcp: []
hooks: []
dangerous_permissions: []
cve_policy: not-applicable
updates:
strategy: pull-request
cadence: weekly
---
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!