Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:01:50 +08:00
commit 3cb302191f
6 changed files with 186 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "example-plugin",
"description": "A minimal example plugin demonstrating the basic structure",
"version": "1.0.0",
"author": {
"name": "Your Name"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}