Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:34:52 +08:00
commit 9c64843bbe
10 changed files with 1452 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "multi-platform-apps",
"description": "Cross-platform application development coordinating web, iOS, Android, and desktop implementations",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/mobile-developer.md",
"./agents/flutter-expert.md",
"./agents/ios-developer.md",
"./agents/frontend-developer.md",
"./agents/backend-architect.md",
"./agents/ui-ux-designer.md"
],
"commands": [
"./commands/multi-platform.md"
]
}