skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

web-design-guidelines

Web design guidelines and standards

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/vercel-labs/next-skills --skill web-design-guidelines

Overview

What This Skill Does

Fetches the latest web interface guidelines from the Vercel Labs repository and checks your UI code against them. Reports violations in a terse file:line format covering accessibility, UX patterns, and design best practices.

Application

When to use this Skill

Documentation

Show Skills.md file

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
Lines 1 - 25 of 30

Recommendations

Explore other random skills

All skillsMy patterns