Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:32 +08:00
commit ac3be16d17
6 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "example-plugin",
"description": "An example plugin demonstrating commands, agents, hooks, and MCP servers",
"version": "1.0.0",
"author": {
"name": "nobodyiscertain",
"email": "hey@nobodyiscertain.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}