Web a11y navigation
Skill klovaaxel/web-a11y-agent-skills/skills/web-a11y-navigation
Framework-agnostic web accessibility skills and Cursor subagents for AI coding agents.
npx -y skills add klovaaxel/web-a11y-agent-skills --skill web-a11y-navigationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Builds accessible navigation and wayfinding with landmarks, headings, skip links, breadcrumbs, nav lists, current-page state, disclosure navigation, and menu-vs-navigation decisions. Use when implementing headers, sidebars, nav bars, or complex page structure.
SKILL.md
1.3 KB, as published. Nobody here has run it
Web A11y Navigation
Navigation Rules
- Use landmarks to communicate page regions.
- Label repeated landmarks clearly and uniquely.
- Use headings to expose information hierarchy.
- Represent navigation lists semantically when count and structure help orientation.
- Mark the current page or item semantically and visually.
- Do not use ARIA menu roles for ordinary site navigation.
Checklist
Navigation checklist
- [ ] Main content and navigation are easy to jump to
- [ ] Skip links are available where repeated content creates friction
- [ ] Breadcrumbs use a labeled nav, list semantics, and current-item indication
- [ ] Current page state does not rely on color alone
- [ ] Disclosure navigation uses buttons for toggles and links for navigation
- [ ] Responsive navigation preserves keyboard and screen reader flow
Output
Explain landmark labels, current state, skip-link strategy, keyboard behavior, and any menu/navigation trade-offs.