npx claudepluginhub dhofheinz/open-plugins --plugin git-commit-assistantDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/suggest-commit.sh"
}
],
"matcher": "Write|Edit"
}
]
}"Executes detect-word-vomit.sh bash script on PostToolUse events matching Write|Edit, after file modifications. Timeout 5s."