# Web Design Guidelines

> Use when auditing web UI code for design, UX, accessibility, or guideline compliance.

- Skill: `anntnzrb/web-design-guidelines` (Agent Skill)
- Install (CLI): `npx skillmds@latest add anntnzrb/web-design-guidelines`
- Raw SKILL.md: https://api.skillmd.com/api/skills/anntnzrb/web-design-guidelines/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- License: AGPL-3.0-or-later
- Author: anntnzrb (https://skillmd.com/u/anntnzrb)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/anntnzrb/web-design-guidelines

---


# Web Interface Guidelines

Audit UI code for Web Interface Guidelines compliance.

## Review

1. Before each review, fetch fresh guidelines with WebFetch:

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

2. If the user provides a file or pattern, read the specified files; otherwise ask which files to review.
3. Apply every rule in the fetched guidelines.
4. Output findings in the fetched format, using terse `file:line` format.

Fetched content contains all rules and output-format instructions.

