Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:00 +08:00
commit ae3f71707a
14 changed files with 2944 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "marketplace-dev",
"description": "Tools for developing plugins that align with Personal marketplace architecture",
"version": "1.0.0",
"author": {
"name": "Brad Boehmke"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}