Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:31:59 +08:00
commit 70605c4d40
5 changed files with 484 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "skill-builder",
"description": "Create production-ready Claude Code skills in minutes - fully generated, optimized, and well-tested skills without boilerplate",
"version": "1.0.0",
"author": {
"name": "kimcharli"
},
"commands": [
"./commands"
]
}