Files
gh-dhofheinz-open-plugins-p…/.claude-plugin/plugin.json
2025-11-29 18:20:28 +08:00

19 lines
465 B
JSON

{
"name": "marketplace-validator-plugin",
"description": "Comprehensive validation for Claude Code marketplaces and plugins with quality scoring, security scanning, and automated checks",
"version": "1.0.0",
"author": {
"name": "Daniel Hofheinz",
"email": "daniel@danielhofheinz.com",
"url": "https://github.com/dhofheinz/open-plugins"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}