Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:48 +08:00
commit c8b2901108
25 changed files with 5579 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "plugin-development",
"description": "A comprehensive toolkit for creating, validating, and distributing Claude Code plugins",
"version": "1.1.0",
"author": {
"name": "Ivan Magda",
"email": "ivan.magda@outlook.com",
"url": "https://github.com/ivan-magda"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}