Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:15 +08:00
commit 0b1f4556bc
36 changed files with 2888 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "skills-powerkit",
"description": "Ultimate plugin management toolkit with 5 auto-invoked Skills for creating, validating, auditing, and managing plugins in the claude-code-plugins marketplace",
"version": "1.0.0",
"author": {
"name": "Claude Code Plugins",
"email": "plugins@claudecodeplugins.io",
"url": "https://claudecodeplugins.io"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}