Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
vercel-labs avatar

Web Design Guidelines

  • 509k installs
  • 29.7k repo stars
  • Updated July 24, 2026
  • vercel-labs/agent-skills

web-design-guidelines is an agent skill that reviews frontend code for compliance with Vercel's Web Interface Guidelines and reports file:line findings.

About

web-design-guidelines is a Claude Code skill that audits existing frontend code against Vercel's Web Interface Guidelines. When a developer asks to review a UI, check accessibility, or audit UX, it fetches the latest guidelines from a live source URL, reads the specified files or pattern, checks every rule, and reports findings in a terse file:line format. Developers use it during pull-request review or pre-release QA to turn subjective design opinions into a repeatable, fetch-fresh rule check. It only reviews code and does not scaffold or generate UI.

  • Audits UI code against Vercel Web Interface Guidelines
  • Fetches fresh rules from a source URL on every run
  • Reports findings in terse file:line format
  • Scoped by a file-or-pattern argument

Web Design Guidelines by the numbers

  • 509,313 all-time installs (skills.sh)
  • +19,348 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #2 of 1,888 Design & UI/UX skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
At a glance

web-design-guidelines capabilities & compatibility

Free; needs network access to fetch guidelines, no API key.

Capabilities
ui audit · accessibility review · ux review · design review
Works with
vercel
Use cases
web design · ui design · code review
Runs
Runs locally
Pricing
Free
From the docs

What web-design-guidelines says it does

Review files for compliance with Web Interface Guidelines.
SKILL.md
Output findings in the terse `file:line` format
SKILL.md
Fetch fresh guidelines before each review:
SKILL.md
npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelines

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs509k
repo stars29.7k
Security audit2 / 3 scanners passed
Last updatedJuly 24, 2026
Repositoryvercel-labs/agent-skills

How do I catch accessibility and UX regressions in my UI code without relying on subjective design opinions?

web-design

Who is it for?

Frontend developers who want an objective accessibility and UX review of UI code before merging or releasing.

Skip if: Generating or scaffolding new UI; it only reviews existing files.

When should I use this skill?

Use when asked to review a UI, check accessibility, audit design, review UX, or validate a site against best practices.

What you get

A list of file:line findings where the UI code violates the current Web Interface Guidelines.

  • file:line findings report of guideline violations

By the numbers

  • 4-step review workflow (fetch, read, check, output)

Files

SKILL.mdMarkdownGitHub ↗

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.

Guides

Related skills

Forks & variants (36)

Web Design Guidelines has 36 known copies in the catalog totaling 22.5k installs. They canonicalize to this original listing.

How it compares

Use web-design-guidelines for Vercel UI/UX rule audits; use performance skills for bundle and rendering optimization.

FAQ

What does web-design-guidelines check?

It reviews UI code against Vercel's Web Interface Guidelines for consistency, accessibility, and UX quality, reporting findings in file:line format.

Where do the rules come from?

It fetches the latest guidelines fresh from a source URL (vercel-labs/web-interface-guidelines) before each review rather than bundling a static ruleset.

Can it fix the issues it finds?

No. It only reviews files and outputs findings; it does not modify or scaffold code.

Is Web Design Guidelines safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.