Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:34 +08:00
commit 7c88e7d08d
10 changed files with 3266 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "plugin-dev",
"description": "Plugin development tools",
"version": "0.1.0",
"author": {
"name": "Miles Chou"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}