/plugin marketplace add MariusWilsch/claude-code-team-plugin/plugin install mariuswilsch-claude-code-team-plugin-plugins-claude-code-team-plugin@MariusWilsch/claude-code-team-pluginDefined in ./hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/bash-jsonl-blocker.sh"
},
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/pip-blocker.sh"
},
{
"type": "command",
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/scripts/gh-api-guard.py"
},
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/git-commit-guard.sh"
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "command",
"command": "bash ${CLAUDE_PLUGIN_ROOT}/scripts/jsonl-blocker.sh"
}
],
"matcher": "Read"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 5
},
"eventStats": {
"PreToolUse": 5
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 5,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 5
}
}