Files
2025-11-29 18:14:54 +08:00

18 lines
377 B
JSON

{
"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
}
]
}
]
}
}