tokens&
For enterprises
Submit
Sign in
tokens&

Build better AI stacks, claim useful opportunities, and give AI infrastructure companies a source-labeled adoption readout they can trust.

For buildersFor enterprises

Product

  • For builders
  • Category rankings
  • Startup credits and perks
  • Agent Skills
  • Platform
  • Submit project, tool, product, or perk

Enterprise

  • Start free company workspace

Community

  • Community
  • Newsletter
  • Events
Xin

© 2026 tokensand, LLC. All rights reserved.

  • Terms
  • Privacy
  • Security
  • Data Processing
  • Status
Agent Skills/Web design guidelines review
VercelFrontendSKILL.mdReview required

Agent Skill

Web design guidelines review

Review UI code for accessibility, UX, and interface guideline compliance.

Install this skillView repository

Vendor-authored source · Source review license.

Raw SKILL.mdVercel tool profileInstall the Tokens& Agent Pack

Skill specification

Declared by Vercel in the package front matter. Trigger conditions are what the coding agent matches on before it loads the skill.

View package fields
Web design guidelines review SKILL.md front matter fields
Skill nameweb-design-guidelines
Trigger conditionsReview 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".
Argument hint<file-or-pattern>
Version1.0.0
Authorvercel

Install web-design-guidelines

In a terminal with Node.js, npm and Git, run the command for your agent. The Skills CLI installs the complete package directory, including referenced files within it. Review its install prompt, then start a new agent session. A skill package does not set up an MCP server connection.

Codex

.agents/skills/web-design-guidelines/SKILL.md

Codex reads `.agents/skills/` as its primary location, which is also the cross-platform default other clients honour.

Project install

npx skills add 'https://github.com/vercel-labs/agent-skills/tree/main/skills/web-design-guidelines' --skill 'web-design-guidelines' --agent 'codex'
Install for all projects instead

Personal install

npx skills add 'https://github.com/vercel-labs/agent-skills/tree/main/skills/web-design-guidelines' --skill 'web-design-guidelines' --agent 'codex' --global

SKILL.md

View raw source

Published by Vercel under Source review. Rendered from the package in github.com/vercel-labs/agent-skills/tree/main/skills/web-design-guidelines.

Read full skill instructions

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.

More Vercel Agent Skills

All Agent Skills

Agent Browser automation

Automate browser navigation, form filling, screenshots, scraping, and web app verification.

Agents

AI SDK builder

Build AI-powered features with current AI SDK APIs, docs, examples, and package inspection.

Agents

Deploy to Vercel

Deploy projects as preview deployments with CLI setup, project linking, and production safeguards.

Frontend

React performance best practices

Review React and Next.js code for performance, server/client boundaries, bundles, and data fetching.

Frontend

React view transitions

Implement View Transition API animations, shared element transitions, and reduced-motion fallbacks.

Frontend

Vercel cost and performance optimizer

Audit deployed Vercel projects for metric-backed cost, performance, caching, and reliability wins.

Agents