/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install vibe-guide@claude-code-plugins-plusDefined 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"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"prompt": 3
},
"eventStats": {
"PostToolUse": 3
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}