Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:32:32 +08:00
commit afb0c5cbfb
13 changed files with 1267 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "claudecode-toolkit",
"description": "Meta toolkit for Claude Code itself: skill-creator guide helps you build effective skills and extend Claude's capabilities",
"version": "1.0.0",
"author": {
"name": "Henrik Soederlund",
"email": "whom-wealthy.2z@icloud.com"
},
"skills": [
"./skills"
],
"hooks": [
"./hooks"
]
}