Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:28:02 +08:00
commit 4ea8c8d0b0
15 changed files with 4003 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "claude-plugin",
"description": "Plugin management and scaffolding tools for creating and maintaining Claude Code plugins",
"version": "1.0.0",
"author": {
"name": "Geoff Johnson",
"url": "https://github.com/geoffjay"
},
"skills": [
"./skills/marketplace-update",
"./skills/documentation-update"
],
"agents": [
"./agents/plugin-architect.md"
],
"commands": [
"./commands/create.md",
"./commands/update.md",
"./commands/documentation.md"
]
}