VercelFrontendSKILL.mdReview required

Agent Skill

Web design guidelines review

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

designaccessibilityfrontend

Skill specification

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

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

Agent Skills are a shared file format, but each client discovers them from a different directory. Copy the command for your agent, then start a new session so the skill is picked up.

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

mkdir -p .agents/skills/web-design-guidelines && curl -fsSL 'https://raw.githubusercontent.com/vercel-labs/agent-skills/main/skills/web-design-guidelines/SKILL.md' -o .agents/skills/web-design-guidelines/SKILL.md

Personal install

mkdir -p ~/.agents/skills/web-design-guidelines && curl -fsSL 'https://raw.githubusercontent.com/vercel-labs/agent-skills/main/skills/web-design-guidelines/SKILL.md' -o ~/.agents/skills/web-design-guidelines/SKILL.md

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

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.

Add the registry badge

Maintainers can link this listing from the skill's own README. Free, no account needed, and it points back at the rendered package for anyone browsing the repo.

Markdown

[![Web design guidelines review on tokens&](https://tokensand.com/api/badges/skill/vercel-web-design-guidelines)](https://tokensand.com/agent-skills/vercel-web-design-guidelines)

HTML

<a href="https://tokensand.com/agent-skills/vercel-web-design-guidelines" target="_blank" rel="noopener">
  <img src="https://tokensand.com/api/badges/skill/vercel-web-design-guidelines" alt="Web design guidelines review on tokens&" />
</a>

More Vercel Agent Skills

All Agent Skills