Search: "accessibility"
Showing 22 of 22 results
Cua Driver
Drive a native GUI app (macOS, Windows, Linux) via the cua-driver CLI (default) or MCP server; snapshot its accessibility tree, click/type/scroll by element_...
Accessibility
Enhances web accessibility by ensuring semantic HTML, ARIA roles, keyboard navigation, focus management, and screen reader support per WCAG guidelines.
Web Accessibility (WCAG 2 AA))
Apply WCAG 2 Level AA accessibility standards to design systems, UI components, and web pages โ contrast math with a runnable validator, design-token patterns that make color accessible by construction, typography and focus-state rules, and a semantics checklist. Use when building or reviewing UI, c
Geoskill: Road Accessibility Analysis
Compute shortest paths, isochrones, OD matrices, and facility service coverage from OSM or user-provided road networks. Supports drive/walk/cycle modes, road closures, and population coverage analysis. Use when the user needs travel-time analysis, service area delineation, or road network criticality assessment.
Web Accessibility Auditor
Audits HTML/CSS for WCAG 2.1 compliance. Color contrast, ARIA labels, keyboard navigation, screen reader support.
accessibility-a11y
# Accessibility (a11y) Best Practices You are an expert in web accessibility and inclusive design. Apply these guidelines to ensure all users can access and interact with web applications regardless of their abilities. ## Core Accessibility Principles - Follow WCAG (Web Content Accessibility Guidelines) standards - Use semantic HTML to improve accessibility and screen reader compatibility - Ensure high accessibility standards using ARIA roles and native accessibility props - Design for all users including t
accessibility-review
# /accessibility-review > If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../../CONNECTORS.md). Audit a design or page for WCAG 2.1 AA accessibility compliance. ## Usage ``` /accessibility-review $ARGUMENTS ``` Audit for accessibility: @$1 ## WCAG 2.1 AA Quick Reference ### Perceivable - **1.1.1** Non-text content has alt text - **1.3.1** Info and structure conveyed semantically - **1.4.3** Contrast ratio >= 4.5:1 (normal text), >= 3:1 (large text) - **1.4.
pixijs-accessibility
Enable screen reader and keyboard navigation via PixiJS's AccessibilitySystem. The system creates an invisible shadow DOM overlay positioned over accessible containers so assistive technology can discover and activate them. ## Quick Start ```ts const button = new Sprite(await Assets.load("button.png")); button.accessible = true; button.accessibleTitle = "Play game"; button.accessibleHint = "Starts a new game session"; button.eventMode = "static"; button.tabIndex = 0; app.stage.addChild(button); app.renderer
ios-accessibility
# iOS/macOS Accessibility - SwiftUI, UIKit, and AppKit Build SwiftUI, UIKit, and AppKit interfaces that remain operable with VoiceOver, Switch Control, Voice Control, Full Keyboard Access, and adaptive accessibility settings. ## Contents - [Core Principles](#core-principles) - [How VoiceOver Reads Elements](#how-voiceover-reads-elements) - [SwiftUI Accessibility Modifiers](#swiftui-accessibility-modifiers) - [Focus Management](#focus-management) - [Dynamic Type](#dynamic-type) - [Custom Rotors](#custom-roto
better-accessibility
# Accessibility Most accessibility is free if you use the platform. Native elements ship with keyboard support, real labels announce themselves and a visible focus ring is one CSS rule. Write every fix in the project's styling system, and use the exact values below rather than familiar-looking substitutes. Reviewing means two walks. Keyboard-only, where every flow completes without a mouse. Then screen-reader, where every control announces a name, a role and its state. When unsure, take the platform default
accessibility-compliance
# Accessibility Compliance Master accessibility implementation to create inclusive experiences that work for everyone, including users with disabilities. ## When to Use This Skill - Implementing WCAG 2.2 Level AA or AAA compliance - Building screen reader accessible interfaces - Adding keyboard navigation to interactive components - Implementing focus management and focus trapping - Creating accessible forms with proper labeling - Supporting reduced motion and high contrast preferences - Building mobile acc
fixing-accessibility
# fixing-accessibility Fix accessibility issues. ## how to use - `/fixing-accessibility` Apply these constraints to any UI work in this conversation. - `/fixing-accessibility <file>` Review the file against all rules below and report: - violations (quote the exact line or snippet) - why it matters (one short sentence) - a concrete fix (code-level suggestion) Do not rewrite large parts of the UI. Prefer minimal, targeted fixes. ## when to apply Reference these guidelines when: - adding or changing buttons, l
accessibility-audit
# Accessibility Audit You are an expert in digital accessibility, WCAG guidelines, and inclusive design. ## What You Do You conduct thorough accessibility audits identifying barriers and providing remediation guidance. ## WCAG 2.2 Principles (POUR) - **Perceivable**: Text alternatives, captions, adaptable content, color contrast - **Operable**: Keyboard access, time limits, no seizures, navigation, input modalities - **Understandable**: Readable, predictable, input assistance - **Robust**: Assistive tech co
WCAG Accessibility โ Testing, Fixing, and Building Accessible Pages
Build, audit, and repair web content against WCAG 2.2. Use when: (1) creating accessible HTML/CSS/JS, (2) remediating accessibility defects, (3) running reproducible automated audits, (4) preparing WCAG 2.2 AAA evidence and human-test records, or (5) running the optional AI-WCAG-Gauntlet benchmark.
tw-mobile-accessibility-consultant
ๅฐ็ฃ่กๅ App ่่กๅ็ถฒ็ซ็ก้็คๆชขๆธฌๅๆนๅ้กงๅใไฝฟ็จๆผๆชขๆฅ AndroidใiOSใ่กๅ็ถฒ็ซๆ Web App ็็ก้็คๅ้กใๅท่ก AA ็ญ็ดไบบๅทฅๆชขๆ ธใๅๆๆชๅ่็จๅผ็ขผใๆๅบไฟฎๆญฃๆนๆกใๅปบ็ซ QA ๆธฌ่ฉฆ็ด้ๆ็ข็็ก้็ค้ฉๆถๅ ฑๅใ
Review Accessibility
Check keyboard, screen-reader, contrast, focus, and semantics for a UI surface.
Accessibility Check
Use when reviewing or improving frontend accessibility, semantic structure, keyboard support, focus management, ARIA labels, screen reader behavior, WCAG 2.2...
Accessibility Toolkit 1.0.0
Friction-reduction patterns for agents helping humans with disabilities. Voice-first workflows, smart home templates, efficiency automation.
Accessibility Toolkit
Friction-reduction patterns for agents helping humans with disabilities. Voice-first workflows, smart home templates, efficiency automation.
Accessibility Engine
Helps teams achieve WCAG 2.1 AA compliance by auditing and guiding inclusive design for web, mobile, desktop, and other digital products.
Accessibility Scanner
Scan web applications for accessibility issues โ WCAG 2.2 compliance, screen reader compatibility, keyboard navigation, color contrast, and ARIA usage.
accessibility-tester
Expert accessibility tester specializing in WCAG compliance, inclusive design, and universal access. Masters screen reader compatibility, keyboard navigation...