Help us improve
Share bugs, ideas, or general feedback.
From accessible-content
Designs form labels, instructions, and grouping for screen reader and cognitive accessibility. Use when creating or reviewing forms, input fields, checkboxes, radio buttons, select menus, or any data entry interface.
npx claudepluginhub owl-listener/inclusive-design-skills --plugin accessible-contentHow this skill is triggered — by the user, by Claude, or both
Slash command
/accessible-content:form-labellingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Every form field needs a visible, persistent label that is
Ensures all form inputs are correctly labeled, errors are programmatically associated, and the form is operable with keyboard and screen reader.
Builds accessible forms with proper labeling, grouped controls, inline validation (aria-describedby/aria-errormessage), and error summaries linked to inputs.
Guides creation of accessible user-facing content including labels, headings, error messages, alt text, links, and form instructions for screen reader compatibility and clarity.
Share bugs, ideas, or general feedback.
Every form field needs a visible, persistent label that is programmatically associated with the input. This is the single most common accessibility failure on the web — and the easiest to fix.