Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:53 +08:00
commit 5d160c0e09
10 changed files with 432 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "accessibility-test-scanner",
"description": "A11y compliance testing with WCAG 2.1/2.2 validation, screen reader compatibility, and automated accessibility audits",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugin Hub",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}