Search: "accessibility"

Showing 22 of 22 results

Development ClawHub

Cua Driver

Skill

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_...

Development ClawHub

Accessibility

Skill

Enhances web accessibility by ensuring semantic HTML, ARIA roles, keyboard navigation, focus management, and screen reader support per WCAG guidelines.

Development ClawHub

Web Accessibility (WCAG 2 AA))

Skill

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

Development ClawHub

Geoskill: Road Accessibility Analysis

Skill

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.

Development ClawHub

Web Accessibility Auditor

Skill

Audits HTML/CSS for WCAG 2.1 compliance. Color contrast, ARIA labels, keyboard navigation, screen reader support.

Development ClawHub

accessibility-a11y

Skill

# 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

Development ClawHub

accessibility-review

Skill

# /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.

Development ClawHub

pixijs-accessibility

Skill

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

Development ClawHub

ios-accessibility

Skill

# 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

Development ClawHub

better-accessibility

Skill

# 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

Development ClawHub

accessibility-compliance

Skill

# 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

Development ClawHub

fixing-accessibility

Skill

# 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

Development ClawHub

accessibility-audit

Skill

# 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

Development ClawHub

WCAG Accessibility โ€” Testing, Fixing, and Building Accessible Pages

Skill

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.

Development ClawHub

tw-mobile-accessibility-consultant

Skill

ๅฐ็ฃ่กŒๅ‹• App ่ˆ‡่กŒๅ‹•็ถฒ็ซ™็„ก้šœ็ค™ๆชขๆธฌๅŠๆ”นๅ–„้กงๅ•ใ€‚ไฝฟ็”จๆ–ผๆชขๆŸฅ Androidใ€iOSใ€่กŒๅ‹•็ถฒ็ซ™ๆˆ– Web App ็š„็„ก้šœ็ค™ๅ•้กŒใ€ๅŸท่กŒ AA ็ญ‰็ดšไบบๅทฅๆชขๆ ธใ€ๅˆ†ๆžๆˆชๅœ–่ˆ‡็จ‹ๅผ็ขผใ€ๆๅ‡บไฟฎๆญฃๆ–นๆกˆใ€ๅปบ็ซ‹ QA ๆธฌ่ฉฆ็ด€้Œ„ๆˆ–็”ข็”Ÿ็„ก้šœ็ค™้ฉ—ๆ”ถๅ ฑๅ‘Šใ€‚

Development ClawHub

Review Accessibility

Skill

Check keyboard, screen-reader, contrast, focus, and semantics for a UI surface.

Development ClawHub

Accessibility Check

Skill

Use when reviewing or improving frontend accessibility, semantic structure, keyboard support, focus management, ARIA labels, screen reader behavior, WCAG 2.2...

Development ClawHub

Accessibility Toolkit 1.0.0

Agent

Friction-reduction patterns for agents helping humans with disabilities. Voice-first workflows, smart home templates, efficiency automation.

Development ClawHub

Accessibility Toolkit

Agent

Friction-reduction patterns for agents helping humans with disabilities. Voice-first workflows, smart home templates, efficiency automation.

Development ClawHub

Accessibility Engine

Skill

Helps teams achieve WCAG 2.1 AA compliance by auditing and guiding inclusive design for web, mobile, desktop, and other digital products.

Development ClawHub

Accessibility Scanner

Skill

Scan web applications for accessibility issues โ€” WCAG 2.2 compliance, screen reader compatibility, keyboard navigation, color contrast, and ARIA usage.

Development ClawHub

accessibility-tester

Skill

Expert accessibility tester specializing in WCAG compliance, inclusive design, and universal access. Masters screen reader compatibility, keyboard navigation...