Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:37:30 +08:00
commit d8e51023cc
4 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "hanlho-cmds",
"description": "Curated most useful & frequently used Claude Code commands for Claude development and workflow automation",
"version": "0.1.0",
"author": {
"name": "Hans L'Hoest (hanlho)"
},
"commands": [
"./commands"
]
}