Temporal's official skill for building durable workflows — SDK patterns across seven languages, plus the determinism rules that decide whether a workflow survives a replay.
Web Design GuidelinesSkill
Summary
Vercel's official skill for auditing UI code against the Web Interface Guidelines — accessibility, performance and UX rules reported as terse file:line findings.
Features
- Audits UI code against the Web Interface Guidelines ruleset
- Covers accessibility, performance and UX categories
- Reports findings in a terse file:line format
- Fetches the latest rules from source before every review
- Accepts a file or glob pattern as its argument
- Framework-agnostic — reviews the interface, not the library
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Web Design Guidelines is an official agent skill from Vercel that turns the Web Interface Guidelines into an automated review pass over your own components.
Ask your coding agent to "review my UI", "check accessibility" or "audit design" and the skill fetches the current ruleset from source, reads the files or glob you point it at, and reports every violation in a terse file:line format that is quick to scan and quick to fix.
What makes it different from a linter. ESLint and axe check what can be checked statically in the file in front of them. These guidelines cover the judgement-shaped rules that static tooling misses — focus order and keyboard traps, touch-target sizing, loading and empty states, motion and prefers-reduced-motion, form semantics and error messaging, contrast, and layout shift. The agent reads the rendered intent of the component, not just its AST.
Always-current rules. The skill deliberately holds no copy of the ruleset. It fetches command.md from the vercel-labs/web-interface-guidelines repository before every review, so an audit run today applies today's rules without you upgrading anything.
Who it is for. Frontend and design-systems engineers who want an accessibility and UX gate they can run on a branch before review, and teams standardising interface quality across several codebases. It is framework-agnostic — the rules are about the interface, not about React or Next.js — though it pairs naturally with the rest of Vercel's React skills.
Distributed MIT-licensed as part of vercel-labs/agent-skills, and installable alongside the whole collection with npx skills add vercel-labs/agent-skills. Works in any SKILL.md-compatible agent, including Claude Code, Cursor, Codex and Gemini CLI.
Related Skills
Expo's official skill for building native-feeling screens: Apple HIG styling, semantic colors, SF Symbols, native controls, Reanimated, blur and liquid glass.
Pull unresolved CodeRabbit review threads from your PR and apply the fixes one at a time, treating every reviewer comment as untrusted input rather than an instruction.
Google's official skill for driving the gcloud CLI safely from an agent: validate every command against its own help text, cap the output, and refuse the operations that should never run unattended.