Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:20:28 +08:00
commit b727790a9e
65 changed files with 16412 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"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"
]
}