33 lines
515 B
JSON
33 lines
515 B
JSON
{
|
|
"skill": {
|
|
"name": "skill-name",
|
|
"version": "1.0.0",
|
|
"enabled": true,
|
|
"settings": {
|
|
"verbose": false,
|
|
"autoActivate": true,
|
|
"toolRestrictions": true
|
|
}
|
|
},
|
|
"triggers": {
|
|
"keywords": [
|
|
"example-trigger-1",
|
|
"example-trigger-2"
|
|
],
|
|
"patterns": []
|
|
},
|
|
"tools": {
|
|
"allowed": [
|
|
"Read",
|
|
"Grep",
|
|
"Bash"
|
|
],
|
|
"restricted": []
|
|
},
|
|
"metadata": {
|
|
"author": "Plugin Author",
|
|
"category": "general",
|
|
"tags": []
|
|
}
|
|
}
|