Web design guidelines
Skill kimtth/agent-skill-100-lines-or-less/skills/web-design-guidelines
Use when: review UI code, audit accessibility, check UX, or compare a site against current Web Interface Guidelines.From its SKILL.md
npx -y skills add kimtth/agent-skill-100-lines-or-less --skill web-design-guidelinesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 239 tokens by cl100k_base, as published. Nobody here has run it
Goal: review real UI files against the latest web interface rules.
Workflow:
- Fetch fresh guidelines from:
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md - Read the user-provided file or glob. If none is provided, ask for scope.
- Check layout, accessibility, copy, responsive behavior, and interaction polish.
- Report findings in the terse format required by the fetched guidelines.
Use for:
- "review my UI", "audit this design", "check accessibility"
- landing pages, apps, dashboards, forms, and component previews
- visual issues that need file-backed evidence, not taste alone
Output:
- findings first: file:line | rule | issue | fix
- note only the highest-signal passes when there are no findings
- mention when guidelines could not be fetched
Rules:
- tie each critique to a visible user outcome
- prefer concrete file edits over design vocabulary
- remove weak UI before adding ornament
- fetch the guideline source before each review
- do not invent rules that are not in the fetched document
- ask for target files when scope is missing
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.