agentsclimarketplace

Accessibility deep

Skill Dragoon0x/everything-design-taste/skills/accessibility-deep

WCAG compliance deep dive, screen reader patterns, keyboard navigation, and inclusive design.From its SKILL.md

Install
npx -y skills add Dragoon0x/everything-design-taste --skill accessibility-deep

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

One thing to look at

  • 9 stars9 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.

SKILL.md

1.6 KB, 322 tokens by cl100k_base, as published. Nobody here has run it

Accessibility Deep Dive

ARIA Patterns

ComponentKey ARIA
Modalrole=dialog, aria-modal=true, aria-labelledby
Tab panelrole=tablist, role=tab, role=tabpanel, aria-selected
Accordionaria-expanded, aria-controls
Menurole=menu, role=menuitem, aria-haspopup
Comboboxrole=combobox, aria-expanded, aria-activedescendant
Alertrole=alert, aria-live=assertive
Statusrole=status, aria-live=polite
Progressrole=progressbar, aria-valuenow, aria-valuemin, aria-valuemax

Focus Management

  1. Focus order follows visual order (or logical reading order)
  2. Focus trap inside modals and dialogs
  3. Return focus to trigger when modal closes
  4. Skip links for repetitive navigation
  5. Focus visible: always show, never remove :focus-visible

Screen Reader Testing

  • Test with VoiceOver (Mac), NVDA (Windows), TalkBack (Android)
  • Every interactive element has an accessible name
  • Dynamic content changes are announced (aria-live)
  • Images have meaningful alt text (or alt="" if decorative)
  • Form errors are announced when they appear

Cognitive Accessibility

  • Plain language (no jargon without explanation)
  • Consistent navigation and layout across pages
  • Clear error messages with recovery instructions
  • Avoid timeouts (or provide extension option)
  • Don't rely on memory (show information in context)

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.