Check your UI against Vercel's interface guidelines.
Vercel's skill for reviewing UI code against its Web Interface Guidelines. Ask your agent to review your UI, check accessibility or audit the UX, and it reports what to fix.
Install this skill
npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelinesRuns the open-source skills CLI in your own terminal. It asks which agents to add the skill to. Read what it tells your agent to do before you install it.
Install for your agent
Claude Code
Run this in your project
npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelines -a claude-codeAdd
-gto install it for every project instead.Or ask Claude Code to do it
Install the "web-design-guidelines" skill from https://github.com/vercel-labs/agent-skills for Claude Code. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .claude/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Or copy the folder yourself
Unzip the download into
.claude/skills/for this project, or~/.claude/skills/for all your projects.Picked up in the current session, no restart needed.
Claude Code skills docsClaude.ai
Upload the ZIP
- In Settings > Capabilities, turn on Code execution and file creation.
- Go to Customize > Skills, press +, then Create skill.
- Choose Upload a skill and pick the ZIP you downloaded.
Free, Pro and Max plans. On Team and Enterprise, an owner turns skills on in Organization settings first.
Claude.ai skills docsChatGPT
Upload the ZIP
- Open Skills in ChatGPT and select Create.
- Select Upload from your computer and pick the ZIP you downloaded.
- Wait for ChatGPT's safety scan. A skill marked Needs Review asks you to check it before use.
Skills that rely on scripts or a terminal may not work unchanged in ChatGPT.
ChatGPT skills docsCodex
Run this in your project
npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelines -a codexAdd
-gto install it for every project instead.Or ask Codex to do it
Install the "web-design-guidelines" skill from https://github.com/vercel-labs/agent-skills for Codex. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .agents/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Or copy the folder yourself
Unzip the download into
.agents/skills/for this project, or~/.agents/skills/for all your projects.Restart Codex if the skill does not show up.
Codex skills docsCursor
Run this in your project
npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelines -a cursorAdd
-gto install it for every project instead.Or ask Cursor to do it
Install the "web-design-guidelines" skill from https://github.com/vercel-labs/agent-skills for Cursor. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .cursor/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Or copy the folder yourself
Unzip the download into
.cursor/skills/for this project, or~/.cursor/skills/for all your projects.Run it by typing / and the skill name in chat.
Cursor skills docsGitHub Copilot
Run this in your project
npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelines -a github-copilotAdd
-gto install it for every project instead.Or ask GitHub Copilot to do it
Install the "web-design-guidelines" skill from https://github.com/vercel-labs/agent-skills for GitHub Copilot. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .github/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Or copy the folder yourself
Unzip the download into
.github/skills/for this project, or~/.copilot/skills/for all your projects.Works in Copilot CLI, the cloud agent and agent mode in VS Code and JetBrains.
GitHub Copilot skills docsAntigravity
Run this in your project
npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelines -a antigravityAdd
-gto install it for every project instead.Or ask Antigravity to do it
Install the "web-design-guidelines" skill from https://github.com/vercel-labs/agent-skills for Antigravity. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .agents/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Antigravity skills docsOr copy the folder yourself
Unzip the download into
.agents/skills/for this project, or~/.gemini/config/skills/for all your projects.Gemini CLI
Run this in your project
npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelines -a gemini-cliAdd
-gto install it for every project instead.Or ask Gemini CLI to do it
Install the "web-design-guidelines" skill from https://github.com/vercel-labs/agent-skills for Gemini CLI. Copy the skill folder (the one containing SKILL.md, with any scripts or reference files next to it) into .gemini/skills/ in this project. Before copying, show me the SKILL.md and list any scripts it includes, and wait for me to confirm.
Or copy the folder yourself
Unzip the download into
.gemini/skills/for this project, or~/.gemini/skills/for all your projects.Run /skills to check it was found.
Gemini CLI skills docs
- Installs
- 631.1K via skills.sh
- GitHub
- 31.2K stars ↗
- Last updated
- 28 Aug 2026
Security checks
Run by independent scanners and published on skills.sh. Their results, not a Viberation review.
- 17 Feb 2026
Gen Agent Trust Hub Pass
This skill is categorized as low risk because it fetches instructions from a trusted source (Vercel). The main security consideration is the use of remote instructions to process local files, which creates a surface for indirect prompt injection.
- 18 Mar 2026
Socket Warning
1 alert: gptAnomaly
- 16 Feb 2026
Snyk Warning
Risk: MEDIUM · No issues
- 26 Feb 2026
Runlayer Pass
1 file scanned · No issues
- 16 Apr 2026
ZeroLeaks Pass
Score: 93/100 · 2 sections analyzed
What's inside (1 file)
SKILL.md1.2K chars
SKILL.md. Shown as plain text.
--- 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> --- # 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.
Key info
- Pricing
- Free
- Category
- Skills