Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:31 +08:00
commit 4d70195792
5 changed files with 700 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "mobile-development",
"description": "Mobile development patterns for React Native and Flutter with offline-first architecture",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}