Files
2025-11-30 08:42:15 +08:00

15 lines
318 B
JSON

{
"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"
]
}