Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:18 +08:00
commit 561327d170
6 changed files with 456 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "validate-plugin",
"description": "Automatically validates plugin files (marketplace.json, plugin.json, hooks.json) after edits using claude plugin validate",
"version": "1.0.0",
"author": {
"name": "Nathan Vale",
"email": "hi@nathanvale.com"
},
"hooks": [
"./hooks"
]
}