Sets up accessibility governance in a project. Generates a project-tailored A11Y.md context file, writes a default .a11yrc.json with a compliance profile, and wires pointer snippets into every detected host config (CLAUDE.md, .cursorrules,…
aidevme/a11y-skills
SkillsMP has collected 9 skills from aidevme/a11y-skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 9
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 9 of 9 collected skills.
Audits React, Fluent UI v9, and (in later versions) Vue, Angular, Svelte, static HTML, PCF, Power Apps Code Apps and Power Pages for WCAG 2.2 compliance. Runs static rules via the @aidevme/a11y CLI and summarizes findings with proposed fixes. Trigger on…
Reference guide for accessible dialogs and modals — focus trapping and restoration, aria-modal semantics, escape handling, and labeling, including Fluent UI v9 Dialog behavior. Use when building or reviewing dialogs, modals, drawers, popovers, or overlay UI.
Takes accessibility audit findings and proposes or applies minimal remediation diffs, one finding at a time, using per-rule fix patterns. Trigger on "/a11y-fix", "fix these accessibility findings", "remediate a11y issues", "apply accessibility fixes".
Reference guide for accessible forms — labels, descriptions, error identification and validation messaging, required-field semantics, autocomplete, and grouping, including Fluent UI v9 Field and Label patterns. Use when building or reviewing form UI, or when…
Reference guide for keyboard accessibility — tab order, focus visibility, roving tabindex, skip links, and keyboard operability of custom widgets. Use when building or reviewing interactive components, or when asked about keyboard navigation, focus…
Cross-cutting accessibility rules and request routing for the a11y plugin. Loaded first; routes audit requests to a11y-audit, setup to a11y-init, remediation to a11y-fix, and topic questions to the matching reference guide. Use when a request mentions…
Reference guide for accessible Power Pages sites — Liquid templates, portal skip navigation, entity list and form metadata, lang attributes, and heading structure. Use when building or reviewing Power Pages portals or Liquid templates. Full guidance arrives…
Reference guide for accessible PCF controls and Dataverse model-driven forms — accessible names on bound properties, keyboard handlers for canvas-drawn controls, and form XML labeling. Use when building or reviewing Power Apps component framework controls or…