Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:08 +08:00
commit 48bcd0f33f
5 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "kit",
"description": "Kit plugin for Claude Code",
"version": "1.0.0",
"author": {
"name": "Nathan Vale",
"email": "hi@nathanvale.com"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}