Web Interface Guidelines banner
Dbochman Dbochman

Web Interface Guidelines

Design community

Description

--- description: Review UI code for Vercel Web Interface Guidelines compliance argument-hint: <file-or-pattern> --- # Web Interface Guidelines Review these files for compliance: $ARGUMENTS Read files, check against rules below. Output concise but comprehensive—sacrifice grammar for brevity. High signal-to-noise. ## Rules ### Accessibility - Icon-only buttons need `aria-label` - Form controls need `<label>` or `aria-label` - Interactive elements need keyboard handlers (`onKeyDown`/`onKeyUp`

Installation

Installs to ~/.claude/commands/dbochman-dotfiles-web-interface-guidelines.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Dbochman/dotfiles/HEAD/.claude/commands/web-interface-guidelines.md -o ~/.claude/commands/dbochman-dotfiles-web-interface-guidelines.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository