Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:15 +08:00
commit a6aed6b6ce
7 changed files with 768 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "plugin-template",
"description": "Generate new plugin scaffolds with configurable components. Commands: /plugin-template:create",
"version": "1.0.0",
"author": {
"name": "Nathan Vale",
"email": "hi@nathanvale.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}