Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:52 +08:00
commit c3ca98f885
12 changed files with 4866 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "ux-decision-frameworks",
"description": "Comprehensive UI/UX decision frameworks based on Nielsen Norman Group, Baymard Institute, Material Design, and Apple HIG research - Interactive tools for overlay selection, navigation patterns, accessibility validation, form design, and mobile-first development",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}