Files
gh-stbenjam-claude-marketpl…/.claude-plugin/plugin.json
2025-11-30 08:58:21 +08:00

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