Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:29 +08:00
commit 034bd393fd
6 changed files with 319 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "d",
"description": "wegic standard Claude code plugin, for internal team use",
"version": "1.0.1",
"author": {
"name": "dvlin"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}