Web design guidelines
Skill Infrasity-Labs/dev-gtm-claude-skills/web-design/web-design-guidelines
Open-source Claude skills for GEO, AI discoverability, and developer GTM workflows. Built for developer-focused companies that want their documentation to be found, parsed, and cited by AI systems.
npx -y skills add Infrasity-Labs/dev-gtm-claude-skills --skill web-design-guidelinesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
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".
SKILL.md
2.3 KB, 450 tokens by cl100k_base, as published. Nobody here has run it
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.
Remediating Findings
After identifying issues, use ui-ux-pro-max to get deeper remediation guidance per category:
# Accessibility findings
python3 ui-ux-pro-max/scripts/search.py "accessibility contrast aria keyboard" --domain ux
# Form UX findings
python3 ui-ux-pro-max/scripts/search.py "forms validation error feedback" --domain ux
# Animation / motion findings
python3 ui-ux-pro-max/scripts/search.py "animation reduced-motion timing" --domain ux
# Navigation findings
python3 ui-ux-pro-max/scripts/search.py "navigation breadcrumb back behavior" --domain ux
# Performance / layout findings
python3 ui-ux-pro-max/scripts/search.py "layout shift lazy loading performance" --domain ux
Map findings from the audit to the closest domain keyword above. The ui-ux-pro-max Quick Reference (sections 1–9) covers every category the guidelines checker surfaces.
Related Skills
- ui-ux-pro-max: Deeper UX guidance and remediation rules for every finding category
- frontend-design: Design direction and planning before code is written
- ui-styling: Component implementation — shadcn/ui and Tailwind — where fixes require component-level changes
What ships with it: 35 files
1712.3 KB alongside SKILL.md, 6 of them executable
ui-ux-pro-max/
- data/app-interface.csv7.3 KB
- data/charts.csv18.9 KB
- data/colors.csv31.7 KB
- data/design.csv103.7 KB
- data/draft.csvruns103.8 KB
- data/google-fonts.csvruns727.7 KB
- data/icons.csv15.5 KB
- data/landing.csv14.1 KB
- data/products.csv56.8 KB
- data/react-performance.csv14.5 KB
- data/stacks/angular.csv17.8 KB
- data/stacks/astro.csv11.6 KB
- data/stacks/flutter.csv10.2 KB
- data/stacks/html-tailwind.csv11.1 KB
- data/stacks/jetpack-compose.csv8.0 KB
- data/stacks/laravel.csv17.9 KB
- data/stacks/nextjs.csv12.3 KB
- data/stacks/nuxtjs.csv16.2 KB
- data/stacks/nuxt-ui.csv13.7 KB
- data/stacks/react.csv12.7 KB
- data/stacks/react-native.csv9.8 KB
- data/stacks/shadcn.csv15.5 KB
- data/stacks/svelte.csv10.8 KB
- data/stacks/swiftui.csv10.6 KB
- data/stacks/threejs.csv43.7 KB
- data/stacks/vue.csv10.8 KB
- data/styles.csv139.3 KB
- data/_sync_all.pyruns21.4 KB
- data/typography.csv48.5 KB
- data/ui-reasoning.csv51.8 KB
- data/ux-guidelines.csv18.3 KB
- GUIDE.md43.7 KB
- scripts/core.pyruns11.3 KB
- scripts/design_system.pyruns46.0 KB
- scripts/search.pyruns5.3 KB