web-design-guidelines

Web Interface Guidelines

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "web-design-guidelines" with this command: npx skills add tech-leads-club/agent-skills/tech-leads-club-agent-skills-web-design-guidelines

Web Interface Guidelines

Review files for compliance with Web Interface Guidelines.

How It Works

  • Read the guidelines from #[[file:references/guideline.md]]

  • Read the specified files (or prompt user for files/pattern)

  • Check against all rules in the guidelines

  • Output findings in the terse file:line format

Guidelines Reference

All rules and output format instructions are in:

#[[file:references/guideline.md]]

The guidelines cover:

  • Accessibility (ARIA, semantic HTML, keyboard navigation)

  • Focus states and keyboard interaction

  • Forms (autocomplete, validation, labels)

  • Animation (reduced motion, performance)

  • Typography (proper characters, number formatting)

  • Content handling (overflow, empty states)

  • Images (dimensions, lazy loading)

  • Performance (virtualization, DOM reads)

  • Navigation & state (URL sync, deep linking)

  • Touch & interaction (tap delays, safe areas)

  • Dark mode & theming

  • Locale & i18n

  • Hydration safety

  • Common anti-patterns to flag

Usage

When a user provides a file or pattern argument:

  • Read the guidelines from references/guideline.md

  • Read the specified files

  • Apply all rules from the guidelines

  • Output findings using the format specified in the guidelines

If no files specified, ask the user which files to review.

Output Format

Follow the format in the guidelines:

  • Group findings by file

  • Use file:line format (VS Code clickable)

  • Terse, high signal-to-noise

  • State issue + location

  • Skip explanation unless fix is non-obvious

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

subagent-creator

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

technical-design-doc-creator

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

perf-lighthouse

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

decomposition-planning-roadmap

No summary provided by upstream source.

Repository SourceNeeds Review