npx claudepluginhub tmdry4530/claude-agent-tui --plugin claude-agent-tuiDefined in hooks/hooks.json
{
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "./scripts/omc-bridge-hook.sh"
}
],
"matcher": "Task|TaskUpdate|SendMessage"
}
]
}"Runs check-blocked.sh bash script after Agent PostToolUse events with 10s timeout, checking for blocked items post-tool execution."