wcag-audit-operable-target-size
Installation
SKILL.md
When to Use
Use this tool when designing buttons, links, form controls, or any interactive elements to ensure they meet minimum touch target size requirements for accessibility.
Usage
Command Line
node scripts/check.js --width 48 --height 48
node scripts/check.js --width 32 --height 40 --spacing 8
node scripts/check.js --element "button" --dimensions "44x44"
JSON Input
node scripts/check.js --json '{"width": 48, "height": 48, "spacing": 8}'