npx claudepluginhub nickloveinvesting/nick-love-plugins --plugin vibe-guideDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "prompt",
"prompt": "If the tool output contains diffs, logs, or technical output longer than 10 lines, summarize it in 2-3 plain sentences. Focus on what changed or what was found. If an error occurred, extract the key problem and suggest a fix in plain language."
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "prompt",
"prompt": "If the tool output contains diffs, logs, or technical output longer than 10 lines, summarize it in 2-3 plain sentences. Focus on what changed or what was found. If an error occurred, extract the key problem and suggest a fix in plain language."
}
],
"matcher": "Read"
},
{
"hooks": [
{
"type": "prompt",
"prompt": "If the tool output contains diffs, logs, or technical output longer than 10 lines, summarize it in 2-3 plain sentences. Focus on what changed or what was found. If an error occurred, extract the key problem and suggest a fix in plain language."
}
],
"matcher": "Grep"
}
]
}"Runs validate-conventional-commit.sh after Bash tool use to validate commit messages against conventional commit standards. Executes bash commands."