Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:37 +08:00
commit 6aab37f355
4 changed files with 247 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "product",
"description": "This plugin contains all agents, subcommands and skills related to ACM product.",
"version": "0.0.1",
"author": {
"name": "Zhao Xue"
},
"skills": [
"./skills"
]
}