skillbundle
ExploreOfficialAdd skillDashboardPricing
ExploreOfficialAdd skillDashboardPricing
Install
npx skills add ...
Overview
Documentation
  1. Home
  2. vercel-labs
  3. agent-skills
  4. web-design-guidelines

web-design-guidelines

Compare
Install
npx skills add vercel-labs/agent-skills --skill web-design-guidelines
Overview
Documentation
Install
npx skills add vercel-labs/agent-skills --skill web-design-guidelines
Overview

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

Also available at

The same skill content is published under more than one repo. The install counts are split across them; any of these commands works.

Other names for this repo

  • vercel-labs/claude-skillsRenamed199 installs

Different repos, same content

  • antfu/skills17.2k installs
  • bytedance/deer-flow1.8k installs
  • vercel-labs/agent-eval282 installs
  • vercel-labs/openreview103 installs
  • vercel-labs/sandcastle14 installs
  • getsentry/webvitals.com6 installs

Installs

497.5K
Rank #9·+17,123 past 7d

Repository

vercel-labs/agent-skills

Updated

Jun 4, 2026

Security

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykwarn
  • Runlayerpass
  • ZeroLeakspass
Documentation

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.