Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:21 +08:00
commit d03a9a9eac
7 changed files with 283 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "example-plugin",
"description": "Example plugin demonstrating command structure",
"version": "0.0.1",
"author": {
"name": "{{OWNER_NAME}}"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}