# Accessibility Deep Patterns

> Advanced accessibility patterns including ARIA, screen reader optimization, cognitive accessibility, and motor impairment design.

- **Type:** Skill
- **Install:** `agentstack add skill-dragoon0x-everything-design-taste-accessibility-deep-patterns`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Dragoon0x](https://agentstack.voostack.com/s/dragoon0x)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Dragoon0x](https://github.com/Dragoon0x)
- **Source:** https://github.com/Dragoon0x/everything-design-taste/tree/main/skills/accessibility-deep-patterns

## Install

```sh
agentstack add skill-dragoon0x-everything-design-taste-accessibility-deep-patterns
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Accessibility Deep Patterns

## ARIA Patterns

### Live Regions
```html
  
  
```

### Landmark Roles
- `` — primary content
- `` — navigation blocks
- `` — supplementary content
- `` — form regions
- `aria-label` on landmarks when multiple exist

### Dynamic Content
- Announce new content additions to screen readers.
- Focus management: move focus to new content (modals, expanded sections).
- Loading states: `aria-busy="true"` on containers.

## Cognitive Accessibility
- Simple language (aim for 8th-grade reading level).
- Consistent navigation patterns across all pages.
- Don't rely on memory (show information, don't expect recall).
- Break complex tasks into simple steps.
- Allow undo instead of requiring confirmation.

## Motor Impairment
- Large click/touch targets (minimum 44px, ideally 48px+).
- Sufficient spacing between targets (8px minimum gap).
- Support for switch control and voice control.
- No time-limited interactions unless adjustable.
- Sticky/fixed action buttons (reduce mouse travel).

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Dragoon0x](https://github.com/Dragoon0x)
- **Source:** [Dragoon0x/everything-design-taste](https://github.com/Dragoon0x/everything-design-taste)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-dragoon0x-everything-design-taste-accessibility-deep-patterns
- Seller: https://agentstack.voostack.com/s/dragoon0x
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
