AI-Friendly Web Design
Reviews or builds UI with a severity-ranked checklist for semantic HTML, ARIA, stable locators, and hover/popup traps.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 9cd643c
Reviewed a deliberately broken login-form snippet (div buttons, placeholder-only inputs, hover-only help menu): skill-guided review correctly flagged the hover-only menu as High severity per its own non-negotiables and produced a severity table with Playwright getByRole/getByLabel fixes, where the baseline review just said 'add labels' with no ranking.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What AI-Friendly Web Design does
Provides five task modes (design, implement, review, refactor, generate tests) plus a fixed High/Medium/Low severity model for catching operability blockers like div-as-button, hover-only menus, and unlabeled inputs, and recommends role/label/text-first Playwright locators over CSS selectors. Triggers on UI component work, accessibility reviews, semantic HTML/ARIA decisions, and Playwright test authoring.
How to install AI-Friendly Web Design
git clone https://github.com/ianho7/ai-friendly-web-design-skill
cd ai-friendly-web-design-skill
mkdir -p ~/.claude/skills
cp -r skills/ai-friendly-web-design ~/.claude/skills/ai-friendly-web-design
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger AI-Friendly Web Design
-
/ai-friendly-web-designReviews or builds UI with a severity-ranked checklist for semantic HTML, ARIA, stable locators, and hover/popup traps.
It also activates on plain-language prompts like these:
-
Review this login form for accessibility issues. -
Write Playwright tests for checkout using stable locators. -
I'm designing a new settings page, help with the UI contract.
Frequently asked questions
- Is the AI-Friendly Web Design skill free?
- Yes. The skill itself is free from ianho7/ai-friendly-web-design-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does AI-Friendly Web Design work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Reviewed a deliberately broken login-form snippet (div buttons, placeholder-only inputs, hover-only help menu): skill-guided review correctly flagged the hover-only menu as High severity per its own non-negotiables and produced a severity table with Playwright getByRole/getByLabel fixes, where the baseline review just said 'add labels' with no ranking.
- What is the AI-Friendly Web Design SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install AI-Friendly Web Design?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use AI-Friendly Web Design with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.