web-design-guidelines

Reviews UI code files against Vercel Web Interface Guidelines and reports findings.

2|Updated May 30, 2026
One-click install
npx skills add https://github.com/virahitvin8/crafty-gis --skill web-design-guidelines-virahitvin8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/virahitvin8/crafty-gis/tree/main/GIT_STAR/assignment-generator/antigravity-skills-main/antigravity-skills-main/skills/web-design-guidelines
Command: npx skills add https://github.com/virahitvin8/crafty-gis --skill web-design-guidelines-virahitvin8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing UI code against design and accessibility best practices is slow and inconsistent. This Skill automates the review by fetching the latest Web Interface Guidelines and checking your files against every rule. ## Core Features & Use Cases - Guideline-Based UI Review: Fetches the latest rules from the vercel-labs web-interface-guidelines repository and applies them to your code. - Precise Findings Output: Reports violations in a terse file:line format so issues are easy to locate and fix. - Use Case: Before shipping a new landing page, ask the Skill to review your HTML/CSS/JSX files and receive a list of accessibility and design violations with exact line references. ## Quick Start Review my UI files in the components folder against the Web Interface Guidelines and list any violations.

Frequently Asked Questions about web-design-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review my UI code against web design best practices?

Provide the file paths or a pattern to the Skill, which fetches the latest Web Interface Guidelines and checks each file against all rules. Findings are reported in a file:line format for quick navigation.

What guidelines does this UI review use?

It uses the Web Interface Guidelines maintained by vercel-labs, fetched fresh from the raw GitHub URL before each review. This ensures the audit always applies the most current rules rather than a stale local copy.

Can I check accessibility issues in my website code?

Yes, accessibility rules are part of the Web Interface Guidelines the Skill applies. Trigger it with requests like check accessibility or audit design, and it will flag violations with exact file and line references.

What happens if I do not specify files to review?

The Skill prompts you to provide the files or a file pattern to review. It does not scan the entire project automatically, so you control the review scope.

Does the UI review require an internet connection?

Yes, the Skill fetches the latest guidelines from a remote GitHub URL before each review using WebFetch. Without network access, the rules cannot be retrieved and the review cannot proceed.