Skip to content

Frontend · Global library

ARIA Pattern Implementer

Implements complete ARIA patterns for complex components ensuring full screen reader support and keyboard navigation compliance

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use ARIA Pattern Implementer when you need to implements complete ARIA patterns for complex components ensuring full screen reader support and keyboard navigation compliance, especially when the work is driven by aria and role.

Trigger signals

ariaroleaccessibilityscreen readeraria-labelledbyaria-describedby

Validation hooks

aria-completeness-checkkeyboard-navigation-checkscreen-reader-check

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show aria-pattern-implementer

Use

orchestrator-mcp skills export aria-pattern-implementer --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/aria-pattern-implementer ./your-agent-skills/aria-pattern-implementer
# or open skills/aria-pattern-implementer/SKILL.md in a markdown-first client

File patterns

*.tsx*.jsx*.vue*.svelte

Model preferences

claude-sonnet-4gpt-4oclaude-haiku

Related skills

Adjacent packs to compose next.

FrontendGlobal library

Color Contrast Enforcer

Open pack

Ensures WCAG 2.2 AA compliance for all color combinations using automated tools and manual verification for accessible text and UI elements

CodexClaude Code