web-design-guidelines

Review web UI source files against Web Interface Guidelines for accessibility compliance.

Updated May 19, 2026
One-click install
npx skills add https://github.com/TimeKast/AgendaInteligente --skill web-design-guidelines-timekast
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/TimeKast/AgendaInteligente/tree/main/.agent/skills/web-design-guidelines
Command: npx skills add https://github.com/TimeKast/AgendaInteligente --skill web-design-guidelines-timekast

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you identify UI, accessibility, performance, and best-practice compliance issues in your web interface before they reach users.

Core Features & Use Cases

  • Guideline-driven review: Fetches the latest Web Interface Guidelines rules from a maintained source and applies them consistently.
  • Targeted file or pattern audits: Reviews user-specified files or prompts for what to review when none are provided.
  • Actionable, terse output: Reports findings in the required file:line format so you can fix issues quickly.

Quick Start

Ask the assistant to run a web UI audit and review the files matching src/app/**.

Frequently Asked Questions about web-design-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my web UI for accessibility and best-practice compliance?

To audit web UI for accessibility and best-practice compliance, provide your source files or file patterns to the assistant. The review fetches the latest Web Interface Guidelines rules and scans your inputs to surface compliance problems in a file:line format.

What is a UI review against web best practices and what does it check?

A UI review against web best practices checks your web interface source files for accessibility, performance, and UX compliance issues. It fetches a maintained ruleset and applies it consistently to identify problems before they reach users.

Can I run a UX audit on specific files or patterns in my project?

Yes, you can run a UX audit on specific files or patterns by specifying them in your request, such as src/app/**. If no files are provided, the review will prompt you for what to evaluate.

What format do accessibility audit findings use for reporting issues?

Accessibility audit findings use a mandated file:line format for reporting issues. This actionable and terse output identifies exactly where compliance problems exist in your web interface source files so you can fix them quickly.

Do I need to install any dependencies to check my site against best practices?

No dependencies are required to check your site against best practices. The review fetches the external Web Interface Guidelines ruleset automatically and applies it directly to your provided web UI source files.