Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:18 +08:00
commit fbe53d98aa
15 changed files with 912 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "handbook-extras",
"description": "Extended features and experimental tools for Claude Code Handbook",
"version": "1.12.0",
"author": {
"name": "nikiforovall",
"url": "https://github.com/nikiforovall"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}