frontend-a11y

Installation
SKILL.md

Frontend A11y

Write as little code as possible. Use native HTML elements that are already accessible instead of adding ARIA attributes to generic elements.

Core Principles

  1. Trust the browser — Native elements have built-in accessibility
  2. Semantic over ARIA — Use the right element, not role attributes
  3. Less is more — Every ARIA attribute you don't write is one less thing to break
  4. Native first — Use <dialog>, <details>, <button> before reaching for JavaScript

HTML Guidelines

Use Native Elements

The browser already provides accessible elements. Use them.

Related skills

More from mikemai2awesome/agent-skills

Installs
2
GitHub Stars
10
First Seen
Mar 11, 2026