accessibility-design-checker
Ensures designs meet accessibility requirements including WCAG compliance, color contrast, keyboard navigation, screen reader support, and focus management. Reviews designs for accessibility issues and provides recommendations.
Works with
--- name: accessibility-design-checker description: Ensures designs meet accessibility requirements including WCAG compliance, color contrast, keyboard navigation, screen reader support, and focus management. Reviews designs for accessibility issues and provides recommendations. license: MIT --- # Accessibility Design Checker Skill ## Instructions 1. Review design specifications for accessibility 2. Check color contrast ratios 3. Verify keyboard navigation support 4. Check screen reader compatibility 5. Review focus management 6. Verify touch target sizes 7. Return accessibility review with: - Accessibility compliance status - Issues found - Recommendations - WCAG level compliance ## Examples **Input:** Review design for accessibility **Output:** ```markdown ### Accessibility Review **Overall Compliance:** WCAG 2.1 Level AA ✓ **Color Contrast:** - Primary text on white: 4.5:1 ✓ (WCAG AA) - Secondary text on white: 4.2:1 ✗ (needs improvement) - Large text on primary: 3.1:1 ✓ (WCAG AA) - Recommendation: Increase secondary text contrast to 4.5:1 **Keyboard Navigation:** - All interactive elements keyboard accessible ✓ - Focus indicators visible ✓ - Tab order logical ✓ - Skip links present ✓ **Screen Reader Support:** - Semantic HTML structure ✓ - ARIA labels where needed ✓ - Alt text for images ✓ - Form labels properly associated ✓ **Touch Targets:** - All interactive elements ≥ 44x44px ✓ - Adequate spacing between touch targets ✓ **Text Resizing:** - Design works at 200% zoom ✓ - No horizontal scrolling required ✓ **Issues Found:** 1. Secondary text contrast below 4.5:1 (should be improved) 2. Missing ARIA label on icon-only button (needs label) **Recommendations:** - Increase secondary text color darkness - Add aria-label="Close" to icon button ``` ## Accessibility Areas to Check - **Color Contrast**: Text/background contrast ratios (WCAG AA: 4.5:1) - **Keyboard Navigation**: All interactive elements keyboard accessible - **Focus Indicators**: Visible focus states - **Screen Reader Support**: Semantic HTML, ARIA labels, alt text - **Touch Targets**: Minimum 44x44px for mobile - **Text Resizing**: Works at 200% zoom - **Reading Order**: Logical content order - **Form Labels**: Properly associated labels - **Error Messages**: Accessible error communication - **Skip Links**: Skip navigation links ## WCAG Compliance Levels - **Level A**: Basic accessibility (minimum) - **Level AA**: Standard compliance (recommended) - **Level AAA**: Enhanced accessibility (ideal) ## Common Issues - **Low Contrast**: Text/background contrast too low - **Missing Alt Text**: Images without descriptive alt text - **Missing Labels**: Form inputs without labels - **Small Touch Targets**: Interactive elements too small - **No Focus Indicators**: Missing visible focus states - **Poor Semantic Structure**: Incorrect HTML structure - **Keyboard Traps**: Elements that trap keyboard focus
More Accessibility skills
skill-creator
anthropics/skills
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
hyperframes-core
heygen-com/hyperframes
The HyperFrames composition contract — build one renderable project. Use for composition structure, the `data-*` timing attributes, `class="clip"`, tracks, sub-compositions, variables, framework-owned media playback, deterministic-render rules, and validation. Also covers Tailwind projects and the STORYBOARD.md / SCRIPT.md plan formats. Read before writing composition HTML.
ui-ux-pro-max
nextlevelbuilder/ui-ux-pro-max-skill
UI/UX design intelligence for web, mobile, and desktop. This skill should be used when designing, building, reviewing, or fixing interfaces, including pages, components, design systems, accessibility, interaction, responsive layout, typography, color, charts, and stack-specific UI implementation. Searchable local data: 79 searchable styles (50 active), 192 product palettes and reasoning profiles, 74 font pairings, 119 UX guidelines, 105 icons, 17 GSAP presets, 25 chart types, and 22 stacks.

