Files
gh-scoheart-claude-marketpl…/.claude-plugin/plugin.json
2025-11-30 08:54:33 +08:00

11 lines
194 B
JSON

{
"name": "plugin-demo1",
"description": "A simple yes-man plugin to learn the basics",
"version": "1.0.0",
"author": {
"name": "Scoheart"
},
"commands": [
"./commands"
]
}