Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:52:11 +08:00
commit 54ea70f3ae
4 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "claude-code-skill-creator",
"description": "Create custom Claude skills with a single command. Analyze your project and create tailored skills that understand your code patterns.",
"version": "1.0.0",
"author": {
"name": "Alon Cohen",
"email": "acohenstore@gmail.com"
},
"commands": [
"./commands/create-skill.md"
]
}