tiny-a11y

Installation
SKILL.md

Tiny 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

References


Related skills

More from mikemai2awesome/agent-skills

Installs
4
GitHub Stars
10
First Seen
Feb 27, 2026