Accessibility Design Checklist
Ensures digital content meets accessibility standards using WCAG guidelines and generates a prioritized remediation checklist.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add accessibility-design-checklist npx -- -y @trustedskills/accessibility-design-checklist
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"accessibility-design-checklist": {
"command": "npx",
"args": [
"-y",
"@trustedskills/accessibility-design-checklist"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The accessibility-design-checklist skill provides a structured framework for AI agents to audit digital interfaces against established WCAG guidelines. It enables automated identification of contrast issues, missing alt text, and keyboard navigation failures within design mockups or codebases.
When to use it
- Validating new UI components before they enter the development pipeline.
- Auditing existing websites for compliance with legal accessibility standards.
- Generating remediation reports highlighting specific WCAG violations in design files.
- Ensuring inclusive design practices are met during the prototyping phase.
Key capabilities
- Evaluates color contrast ratios against WCAG AA and AAA thresholds.
- Detects missing alternative text for images and non-text content.
- Assesses keyboard navigability and focus order in interface designs.
- Identifies semantic HTML errors that hinder screen reader usage.
Example prompts
- "Run an accessibility audit on this Figma design file and list all WCAG 2.1 violations."
- "Check the provided React component code for missing ARIA labels and low contrast issues."
- "Generate a remediation plan to fix the keyboard navigation gaps found in this landing page mockup."
Tips & gotchas
This skill relies on visual analysis or code parsing; it cannot physically test live interactions with screen readers. For production environments, always pair these automated checks with manual testing by users who rely on assistive technologies.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.