Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:38:32 +08:00
commit 9b73455071
8 changed files with 1387 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "skill-creator",
"description": "Create and edit Claude Code skills using Test-Driven Development. Runs baseline tests first, then writes minimal skills addressing observed failures. Includes validation, formatting guidance, and best practices for both new and existing skills.",
"version": "2.0.0",
"author": {
"name": "Claude Code Community"
},
"skills": [
"./skills"
]
}