20 lines
305 B
JSON
20 lines
305 B
JSON
{
|
|
"name": "example-plugin",
|
|
"description": "Example plugin demonstrating command structure",
|
|
"version": "0.0.1",
|
|
"author": {
|
|
"name": "{{OWNER_NAME}}"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |