Back to Skills

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-guidelines

Auto-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

Fetches guidelines from a specified URL.
Reads specified files for review.
Applies all rules from the fetched guidelines.
Outputs findings in `file:line` format.
Prompts user for files if none are specified.
Uses WebFetch to retrieve rules.

Installation

Run in your project directory:
$ npx promptcreek add web-design-guidelines

Auto-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: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:

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

0Installs
0Views

Supported Agents

Claude CodeCursorCodexGemini CLIAiderWindsurfOpenClaw

Details

Version
1.0.0
License
MIT
Source
admin
Published
3/18/2026

Tags

Related Skills