npx claudepluginhub vvkmnn/claude-emporium-beta --plugin claude-vigilDefined in hooks/hooks.json
{
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node ${CLAUDE_PLUGIN_ROOT}/hooks/pre-bash.js"
}
],
"matcher": "Bash",
"description": "Auto-quicksave before destructive commands"
}
]
}"Runs validate-bash.sh script before Bash tool calls via PreToolUse hook, allowing validation or blocking of bash commands. Executes bash, no file writes."