From adaptive-interfaces
Audits an existing interface for respect of user preferences including motion, contrast, colour scheme, and text scaling. Use when reviewing adaptive behaviour.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adaptive-interfaces:preference-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Test whether an existing interface correctly detects and responds to
Test whether an existing interface correctly detects and responds to user preferences — the accessibility settings people have deliberately chosen.
Using user-preference-respect, enable prefers-reduced-motion and navigate the entire interface. Document:
Enable prefers-contrast (more) and forced-colors mode. Using user-preference-respect and colour-independence, document:
Switch between light and dark modes. Document:
Using responsive-accessibility, test at 200% browser zoom and with system font size at maximum. Document:
Test realistic combinations:
Document any failures that only appear in combination.
Deliver an audit report:
Severity definitions:
npx claudepluginhub owl-listener/inclusive-design-skills --plugin adaptive-interfacesDesigns interfaces that detect and respond to system-level user preferences including dark mode, reduced motion, high contrast, text scaling, and forced colors.
Generates a structured WCAG 2.2 accessibility audit with pass/fail checklist and prioritized remediation suggestions for any UI or design.
Audits interfaces for multi-modal interaction support across keyboard, touch, pointer, voice, and motion inputs. Use when reviewing an existing interface for interaction accessibility.