Files
2025-11-29 18:01:50 +08:00

17 lines
280 B
JSON

{
"name": "example-plugin",
"description": "A minimal example plugin demonstrating the basic structure",
"version": "1.0.0",
"author": {
"name": "Your Name"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}