Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:52:48 +08:00
commit b3f6bea5c2
30 changed files with 2440 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "dev-toolkit",
"description": "Claude Plugin Suite - A comprehensive collection of specialized development tools for DevOps, Testing, Security, Languages, and Architecture",
"version": "0.0.0-2025.11.28",
"author": {
"name": "rohitt",
"email": "zhongweili@tubi.tv"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}