Executes custom bash commands before Claude uses WebFetch or Bash tools.
npx claudepluginhub technicalpickles/pickled-claude-pluginsDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "uv run --quiet --directory \"${CLAUDE_PLUGIN_ROOT}\" tool-routing check"
}
],
"matcher": "WebFetch|Bash"
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 1
},
"eventStats": {
"PreToolUse": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 1,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 1
}
}