๐Ÿงช
QualityJavaScript

Web Interface Guidelines

by jarrodwatts

Web Interface Guidelines is a Quality skill for Claude Code, published by jarrodwatts in claude-code-config.

1.1K stars121 forkson jarrodwatts/claude-code-configAdded 2026/08/21Repository updated 2026/01/21
aiclaudeclaude-codedeveloper-toolsdotfiles
Install in seconds
Install Web Interface Guidelines
Copy Web Interface Guidelines into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jarrodwatts/claude-code-config/tree/main/skills/web-design-guidelines ~/.claude/skills/web-design-guidelines

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jarrodwatts/claude-code-config.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/web-design-guidelines/SKILL.md in jarrodwatts/claude-code-config
Installs to
~/.claude/skills/web-design-guidelines
Collection
One of 5 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Web Interface Guidelines does

Web Interface Guidelines reviews UI code for compliance with the latest web interface rules. Use it to audit a site, check accessibility, or review UX and design best practices.

Web Interface Guidelines is cataloged under Quality on DirSkills. Web Interface Guidelines comes from a repository tagged ai, claude, claude-code, developer-tools and dotfiles.

Documentation

README

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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Web Interface Guidelines

  • What else does jarrodwatts publish alongside Web Interface Guidelines?

    Web Interface Guidelines is one of 5 skills that DirSkills catalogs from jarrodwatts/claude-code-config, the repository it ships in. Its siblings there include Planning With Files, React UseEffect and Rigorous Coding. Each one is a separate skill with its own page in this directory, installs the same way Web Interface Guidelines does, and is maintained by jarrodwatts in that same repository. The rest of the collection is listed on the jarrodwatts/claude-code-config page.

  • How does Web Interface Guidelines compare to other Quality skills?

    Web Interface Guidelines ranks #810 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Web Interface Guidelines against them. Open each page to compare what they document and how they install.