Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:02 +08:00
commit 02875f11ee
25 changed files with 2135 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "cc-plugin",
"description": "プラグイン",
"version": "1.0.1",
"author": {
"name": "DIO0550"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}