Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:59 +08:00
commit 468449a68b
5 changed files with 703 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "accessibility-design",
"description": "Accessibility and inclusive design patterns following WCAG 2.2 and ARIA best practices",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}