agentsclimarketplace

A11y component

Skill badass-courses/a11y-agent/source/skills/a11y-component

Accessibility expertise for AI coding agents.

Install
npx -y skills add badass-courses/a11y-agent --skill a11y-component

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 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

Scaffold accessible interactive components with correct ARIA, keyboard handling, and focus management. Supports modal, menu, tabs, accordion (v1), plus date picker, combobox, slideshow (v2). Use when building these from scratch.

SKILL.md

1.6 KB, as published. Nobody here has run it

Scaffold an accessible {{pattern}} component.

Consult the a11y-agent skill for foundational accessibility patterns.

Process

  1. Confirm which pattern the user wants
  2. Ask: What framework? (React, Vue, vanilla JS, other)
  3. Read the matching template from reference/
  4. Ask context questions:
    • What triggers this component? (button, link, route change)
    • Does it need animation? (will add prefers-reduced-motion support)
    • Existing design system tokens/classes to use?
  5. Adapt template to user's framework and design system
  6. Include keyboard handling, ARIA states, focus management
  7. Generate matching test file using a11y-test patterns

Available Patterns

PatternTemplateKeyboardFocus Management
Modal/Dialogreference/modal.mdEscape to close, Tab trapInto dialog on open, back to trigger on close
Menu/Dropdownreference/menu-dropdown.mdArrows between items, EscapeFirst item on open, trigger on close
Tabsreference/tabs.mdArrows between tabsRoving tabindex within tab list
Accordionreference/accordion.mdEnter/Space toggleStays on trigger

Each template includes: HTML structure, ARIA attributes, keyboard spec, focus rules, gotchas.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.