npx claudepluginhub nitromike502/meckert-claude-code-marketplace --plugin file-deleterDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/hook_pre_tool_use.js",
"timeout": 10
}
],
"matcher": "Bash"
}
]
}"On PreToolUse for Bash tools, runs block-dangerous.sh to block risky commands and save-conv-before-commit.sh to save conversations before commits. Executes bash scripts, no file writes."