Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:28:20 +08:00
commit 9e41b7cc0d
8 changed files with 745 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "plugin-builder",
"description": "Helps create well-structured Claude Code plugins with skills, commands, and proper metadata following best practices",
"version": "1.0.0",
"author": {
"name": "Claude Code Marketplace"
},
"skills": [
"./skills"
]
}