Initial commit
This commit is contained in:
18
skills/plugin-builder/templates/plugin.json
Normal file
18
skills/plugin-builder/templates/plugin.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "my-plugin",
|
||||
"version": "1.0.0",
|
||||
"description": "Brief description of what this plugin does",
|
||||
"author": {
|
||||
"name": "Your Name",
|
||||
"email": "your.email@example.com"
|
||||
},
|
||||
"homepage": "https://github.com/username/plugin",
|
||||
"repository": "https://github.com/username/plugin",
|
||||
"license": "MIT",
|
||||
"keywords": ["keyword1", "keyword2", "keyword3"],
|
||||
"commands": ["./commands"],
|
||||
"agents": ["./agents"],
|
||||
"skills": ["./skills"],
|
||||
"hooks": "./hooks/hooks.json",
|
||||
"mcpServers": "./.mcp.json"
|
||||
}
|
||||
Reference in New Issue
Block a user