npx claudepluginhub reggiechan74/cc-plugins --plugin math-paper-creatorDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/validate-model-md.sh",
"timeout": 30
}
],
"matcher": "Write|Edit"
}
]
}"Runs detect-word-vomit.sh bash script on PostToolUse events matching Write|Edit tools. Executes bash commands and touches file writes post-operation."