/plugin marketplace add masseater/claude-code-plugin/plugin install mutils@masseater-pluginsDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/stop-send-notification.ts"
},
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/stop-self-review.ts"
},
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/progress-hooks.ts"
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/redirect-claude-md-edit.ts"
},
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/block-unsafe-type-assertion.ts"
}
],
"matcher": "Write|Edit"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/suggest-knowledge-file.ts"
}
],
"matcher": "Write|Edit"
},
{
"hooks": [
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/post-push-review.ts"
}
],
"matcher": "Bash"
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "cd ${CLAUDE_PLUGIN_ROOT} && bun install"
},
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/check-context-version.ts"
},
{
"type": "command",
"command": "bun run -i ${CLAUDE_PLUGIN_ROOT}/hooks/progress-hooks.ts"
}
]
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 10
},
"eventStats": {
"Stop": 3,
"PreToolUse": 2,
"PostToolUse": 2,
"SessionStart": 3
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 10,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 10
}
}