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".
$ npx promptcreek add web-design-guidelinesAuto-detects your installed agents and installs the skill to each one.
What This Skill Does
This skill reviews files for compliance with Web Interface Guidelines. It fetches the latest guidelines, reads specified files, checks them against the rules, and outputs findings in a concise format. It helps ensure web interfaces adhere to established standards and best practices.
When to Use
- Review HTML, CSS, or JS files.
- Ensure compliance with web interface guidelines.
- Identify violations of design rules.
- Automate design review process.
- Maintain consistency across web projects.
- Check accessibility standards.
Key Features
Installation
$ npx promptcreek add web-design-guidelinesAuto-detects your installed agents (Claude Code, Cursor, Codex, etc.) and installs the skill to each one.
View Full Skill Content
Web Interface Guidelines
Review files for compliance with Web Interface Guidelines.
How It Works
- Fetch the latest guidelines from the source URL below
- Read the specified files (or prompt user for files/pattern)
- Check against all rules in the fetched guidelines
- Output findings in the terse
file:lineformat
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:
- Fetch guidelines from the source URL above
- Read the specified files
- Apply all rules from the fetched guidelines
- Output findings using the format specified in the guidelines
If no files specified, ask the user which files to review.
Supported Agents
Attribution
Details
- Version
- 1.0.0
- License
- MIT
- Source
- admin
- Published
- 3/18/2026
Tags
Related Skills
Epic Design
>
UI Design System
UI design system toolkit for Senior UI Designer including design token generation, component documentation, responsive design calculations, and developer handoff tools. Use for creating design systems, maintaining visual consistency, and facilitating design-dev collaboration.
UX Researcher Designer
UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation.