Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:54 +08:00
commit 33b13a8d5e
10 changed files with 2050 additions and 0 deletions

17
hooks/hooks.json Normal file
View File

@@ -0,0 +1,17 @@
{
"description": "Auto-suggests doc-writer skill when markdown files are modified",
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit|MultiEdit",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/doc-writer-suggest.ts",
"timeout": 30
}
]
}
]
}
}