Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:00 +08:00
commit e91028b77f
12 changed files with 3393 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "shopify-app-orchestrator",
"description": "Multi-agent task coordinator for full-stack Shopify app features spanning database, API, and UI layers. Coordinates complex workflows and ensures proper integration.",
"version": "1.0.0",
"author": "Saroj Punde",
"skills": [
"./skills"
],
"agents": [
"./agents"
]
}