Agent skill

applying-a11y-standards

Rules for ensuring Accessibility (a11y) across the Tourly app. Use to build inclusive interfaces.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/applying-a11y-standards

SKILL.md

Accessibility Standards (a11y)

When to use this skill

  • Every time you create a new component or page.
  • During UI audits.

Best Practices

  • Semantic HTML: Use <main>, <header>, <footer>, <nav>, and appropriate heading levels.
  • ARIA Labels: Use aria-label for icon-only buttons.
  • Keyboard Nav: Ensure all interactive elements have a visible :focus-visible state.
  • Contrast: Maintain a text-to-background contrast ratio of at least 4.5:1.

Instructions

  • Tools: Use the axe-core library or Lighthouse to run automated audits.
  • Alt Text: Every Image must have a descriptive alt attribute.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results