Accessibility

Accessibility testing and improvements

Showing 529-552 of 873 skills
KentoShimizu

accessibility-design

by KentoShimizu

"Accessibility-first design workflow for specifying semantics, keyboard/focus behavior, readability, and assistive-technology expectations. Use when UI accessibility behavior must be defined before implementation or design sign-off; do not use for backend data modeling or deployment pipeline decisions."

Accessibility 7 5mo ago
serkan-ozal

browser-devtools-cli

by serkan-ozal

Automates browser interactions using Playwright for web testing, debugging, and automation. Use when the user needs to navigate websites, take screenshots, fill forms, click elements, extract page content (HTML/text), audit accessibility (ARIA/AX tree), measure Web Vitals performance, monitor console logs and HTTP requests, mock API responses, execute JavaScript in browser, inspect React components, compare UI with Figma designs, or perform non-blocking debugging with tracepoints, logpoints, and exception monitoring.

Accessibility 7 5mo ago
ngxtm

accessibility-compliance-accessibility-audit

by ngxtm

"You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance."

Accessibility 7 5mo ago
serkan-ozal

accessibility-audit

by serkan-ozal

Audit web accessibility using ARIA snapshots, AX tree analysis, and WCAG validation. Use when the user asks about accessibility, a11y, WCAG compliance, screen reader compatibility, ARIA roles, or keyboard navigation.

Accessibility 7 5mo ago
KentoShimizu

design-review

by KentoShimizu

"Run structured design reviews that produce actionable findings and clear approval decisions. Use when a design artifact needs formal review for usability, accessibility, consistency, and implementation readiness before handoff or approval; do not use for backend data-model or deployment pipeline decisions."

Accessibility 7 5mo ago
webdevtodayjason

frontend-patterns

by webdevtodayjason

Modern frontend architecture patterns for React, Next.js, and TypeScript including component composition, state management, performance optimization, accessibility, and responsive design. Use when building UI components, implementing frontend features, optimizing performance, or working with React/Next.js applications.

Accessibility 7 9mo ago
4ier

a11y-bridge

by 4ier

Control Android devices via Accessibility Service HTTP bridge. 100x faster than screencap + uiautomator dump. Read UI tree in 50ms, click elements by text/id/description. Use when automating Android apps, controlling a phone via ADB, or building an AI-powered phone agent. Replaces the slow screenshot → parse → coordinate-tap cycle with instant semantic access.

Accessibility 5 5mo ago
k1lgor

ux-designer

by k1lgor

Use this for designing user interfaces, defining user flows, creating design systems, and ensuring accessibility and usability.

Accessibility 2 5mo ago
k1lgor

frontend-architect

by k1lgor

Use this for UI implementation, component design, state management logic, responsive layouts, and accessibility improvements. (Works for React, Vue, Svelte, etc.)

Accessibility 2 5mo ago
zircote

svg-graphics

by zircote

Generate branded SVG graphics for blog content including social preview images, flowcharts, architecture diagrams, data visualizations, and styled tables. USE THIS SKILL when user says "create social preview", "generate diagram", "add flowchart", "create hero image", "visualize this", "svg graphic", "mermaid to svg", or when content would benefit from visual enhancement. Auto-triggers during blog content creation.

Accessibility 3 6mo ago
muheun

ios-ui-design-guide

by muheun

Apply iOS/SwiftUI design principles following Apple Human Interface Guidelines when building any iOS UI component. Only execute this when the current project is an iOS project and involves UI-related work. Use this skill for SwiftUI views, UIKit components, or iOS app development. Ensures HIG compliance with Clarity, Deference, and Depth principles, system colors with Dark Mode support, 8pt grid spacing, SF Pro typography with Dynamic Type, and native iOS interaction patterns. Prevents common anti-patterns like fixed text sizes, Dark Mode neglect, and Safe Area violations.

Accessibility 2 8mo ago
Agentient

web-accessibility-patterns

by Agentient

Web accessibility patterns including semantic HTML, ARIA attributes, and keyboard navigation. PROACTIVELY activate for: (1) using semantic HTML elements correctly, (2) adding ARIA labels for icons and dynamic content, (3) implementing keyboard navigation. Triggers: "accessibility", "a11y", "aria"

Accessibility 2 5mo ago
nicholasgriffintn

web-perf

by nicholasgriffintn

Audits web performance using Chrome DevTools MCP. Measures Core Web Vitals, finds render-blocking resources, dependency chains, layout shifts, caching issues, and accessibility gaps. Use for audits, profiling, debugging, or optimising page load performance and Lighthouse scores.

Accessibility 2 6mo ago
mkatogui

Universal Design System — Claude Code Skill

by mkatogui

AI-native design system with BM25 reasoning engine — 9 palettes, 496 W3C DTCG tokens, 31 components, WCAG 2.1 AA validated, Tailwind/React/Vue/Svelte output, 57 industry sectors

Accessibility 3 4mo ago
zircote

aesthetic

by zircote

Create aesthetically beautiful interfaces following proven design principles. Use when building UI/UX, analyzing designs from inspiration sites, generating design images with ai-multimodal, implementing visual hierarchy and color theory, adding micro-interactions, or creating design documentation. Includes workflows for capturing and analyzing inspiration screenshots with chrome-devtools and ai-multimodal, iterative design image generation until aesthetic standards are met, and comprehensive design system guidance covering BEAUTIFUL (aesthetic principles), RIGHT (functionality/accessibility), SATISFYING (micro-interactions), and PEAK (storytelling) stages. Integrates with chrome-devtools, ai-multimodal, media-processing, ui-styling, and web-frameworks skills.

Accessibility 3 6mo ago
gannonh

automating-ios-simulator

by gannonh

Use this skill when the user asks to run an iOS app, launch an app in the simulator, tap or click buttons, interact with simulator UI, automate iOS testing, take screenshots, enter text in fields, swipe or scroll, check accessibility, or perform any iOS simulator interaction. Covers app launching, UI navigation, gestures, form input, and simulator lifecycle management.

Accessibility 2 5mo ago
Eli-yu-first

Accessibility Color Checker

by Eli-yu-first

"Validates color combinations against WCAG contrast ratios and suggests accessible alternatives"

Accessibility 6 4mo ago
Eli-yu-first

Accessibility Test Agent

by Eli-yu-first

"Audit web applications for WCAG compliance with detailed remediation suggestions"

Accessibility 6 4mo ago
ozten

ui-design-iteration

by ozten

Iterates on data-intensive UI designs to improve scannability, hierarchy, accessibility, and systematization. Use when improving an existing UI, reviewing a design for UX issues, or transforming a functional-but-flat interface into a polished product.

Accessibility 6 5mo ago
Dexploarer

a11y-annotation-generator

by Dexploarer

Adds accessibility annotations (ARIA labels, roles, alt text) to make web content accessible. Use when user asks to "add accessibility", "make accessible", "add aria labels", "wcag compliance", or "screen reader support".

Accessibility 6 8mo ago
Eli-yu-first

Accessibility Audit Agent

by Eli-yu-first

"Performs comprehensive WCAG 2.1 accessibility audits on web pages and generates fix recommendations"

Accessibility 6 4mo ago
ozten

webdev-token-input

by ozten

Multi-value token/chip input patterns for tag inputs, filter bars, and email "To" fields. Builds on webdev-combobox-autocomplete with token state management, key:value parsing, context-dependent suggestions, and token editing patterns. Use when building filter inputs, tag selectors, multi-select chips, or any input that creates visual tokens/pills from text.

Accessibility 6 5mo ago
ozten

webdev-combobox-autocomplete

by ozten

Foundational patterns for building accessible autocomplete/combobox components with state management, ARIA patterns, keyboard navigation, async suggestions, and framework-agnostic implementation. Use when building autocomplete inputs, command palettes, search inputs, select replacements, or any dropdown with keyboard navigation and suggestions.

Accessibility 6 5mo ago
Dexploarer

wcag-compliance-checker

by Dexploarer

Checks websites for WCAG 2.1 Level AA compliance, identifies accessibility violations, and provides remediation guidance. Use when user asks to "check accessibility", "wcag compliance", "a11y audit", "accessibility violations", or "screen reader testing".

Accessibility 6 8mo ago