What problem does it solve?
Detects and prevents the frontend UX anti-patterns that frustrate users with layout shifts, missing feedback, lost input, racing states, or focus theft during reviews and implementations.
Core Features & Use Cases
- Axiomatic guidance: The skill surfaces its six core axioms plus 13 detailed anti-pattern categories from
references/antipatterns.md, mapping symptoms to harm and fixes.
- Workflow orchestration: Agents are instructed to load the reference heuristics, scan the code, group findings by category, cite specific file:line incidents, and explain harm plus concrete remediation steps.
- Use case: Use this skill when reviewing PRs, auditing new UI features, or refactoring components/forms so each commit aligns with UX best practices.
Quick Start
Ask the agent to scan the frontend code for layout, feedback, and accessibility anti-patterns using the heuristics before merging.