Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:40 +08:00
commit 32822afae2
6 changed files with 541 additions and 0 deletions

16
hooks/hooks.json Normal file
View File

@@ -0,0 +1,16 @@
{
"description": "Instructs Claude Code to use the knowledge skill for all Claude Code related questions",
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/sessionstart.sh",
"timeout": 5
}
]
}
]
}
}