Apply ARIA only where native semantics fall short, and keep state accurate.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Andersseen/agentyx --skill aria-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Aria Patterns?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/andersseen-aria-patterns)More formats (shields.io, HTML) on the badges page.
---
name: aria-patterns
description: Apply ARIA only where native semantics fall short, and keep state accurate.
---
# ARIA patterns
ARIA changes how assistive technology reports an element. It adds no behavior, so incorrect ARIA is
worse than none.
## Prefer native semantics
Reach for ARIA only when no native element expresses the pattern. The first rule of ARIA is not to
use ARIA when markup can do the job.
## Keep state synchronized
Expanded, selected, checked, pressed and disabled states must update whenever the visual state
changes. Stale ARIA state describes an interface the user is no longer looking at.
## Implement the whole pattern
A composite widget such as a menu, tab set, combobox or dialog has an expected set of roles,
relationships and keyboard interactions. Adopting the role without the behavior leaves the control
unusable.
## Manage focus in overlays
Move focus into a dialog when it opens, keep it inside while it is open, and return it to the
trigger on close. Content behind a modal must be inert to assistive technology as well as to
pointers.
## Announce changes sparingly
Use live regions for updates the user must know about, such as errors and completions. Announcing
everything makes the page unusable with a screen reader.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.