★ 0 stars
Unknown language
🤖 AI/LLM
Updated today
Agent skills that teach AI coding agents to scan, fix, audit, and review WCAG 2.1 Level A + AA accessibility issues using the navable MCP server.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"navable-web-accessib": {
"command": "npx",
"args": [
"-y",
"web-DnA/navable-web-accessibility-skills"
]
}
}
}
Run in terminal:
claude mcp add navable-web-accessib npx -y web-DnA/navable-web-accessibility-skills
Add to .cursor/mcp.json:
{
"mcpServers": {
"navable-web-accessib": {
"command": "npx",
"args": [
"-y",
"web-DnA/navable-web-accessibility-skills"
]
}
}
}
Topics
a11ya11y-testingaccessibilityagent-skillsclaude-codecopilotcursormcpwcagweb-accessibility