Source profileQuality 59/100

vercel-labs/agent-skills/skills/web-design-guidelines/SKILL.md

web-design-guidelines

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

Source repository stars
29,549
Declared platforms
0
Static risk flags
1
Last source update
2026-07-24
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Review files for compliance with Web Interface Guidelines.

Best for

  • Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/vercel-labs/agent-skills --skill "skills/web-design-guidelines"
Safe inspection promptEditorial

Inspect the Agent Skill "web-design-guidelines" from https://github.com/vercel-labs/agent-skills/blob/7c180d9044c9ae2b442b567aad4e42a28dd5ed62/skills/web-design-guidelines/SKILL.md at commit 7c180d9044c9ae2b442b567aad4e42a28dd5ed62. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    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

    Fetch guidelines from the source URL aboveRead the specified filesApply all rules from the fetched guidelines
  2. 02

    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

    Fetch the latest guidelines from the source URL belowRead the specified files (or prompt user for files/pattern)Check against all rules in the fetched guidelines
  3. 03

    Guidelines Source

    Fetch fresh guidelines before each review:

    Fetch fresh guidelines before each review:Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.

Permission review

Static risk signals and limitations

Network access

medium · line 17

The documentation includes network, browsing, or remote request actions.

https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md

Network access

medium · line 25

The documentation includes network, browsing, or remote request actions.

Fetch guidelines from the source URL above

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score59/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars29,549SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guidecatalog recordEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
vercel-labs/agent-skills
Skill path
skills/web-design-guidelines/SKILL.md
Commit
7c180d9044c9ae2b442b567aad4e42a28dd5ed62
License
Not declared
Collected
2026-07-28
Default branch
main
View the original SKILL.md

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.

Alternatives

Compare before choosing