/plugin marketplace add standardbeagle/agnt/plugin install agnt@agnt-marketplaceDefined in ./hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/notify-stop.sh\""
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/session-disconnect.sh\""
}
]
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/session-heartbeat.sh\"",
"timeout": 5
}
],
"matcher": ".*"
}
],
"PostToolUse": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/notify-file-change.sh\""
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/session-activity.sh\""
}
],
"matcher": "Write|Edit"
},
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/notify-command.sh\""
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/session-activity.sh\""
}
],
"matcher": "Bash"
},
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/session-activity.sh\""
}
],
"matcher": "Read|Glob|Grep"
},
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/session-activity.sh\""
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/session-task-complete.sh\""
}
],
"matcher": "Task"
},
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/session-activity.sh\""
}
],
"matcher": "TodoWrite"
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/forward-notification.sh\""
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/session-start.sh\"",
"timeout": 30
},
{
"type": "command",
"command": "\"${CLAUDE_PLUGIN_ROOT}/scripts/session-connect.sh\"",
"timeout": 10
}
]
}
]
}{
"riskFlags": {
"touchesBash": true,
"matchAllTools": false,
"touchesFileWrites": true
},
"typeStats": {
"command": 14
},
"eventStats": {
"Stop": 2,
"PreToolUse": 1,
"PostToolUse": 8,
"Notification": 1,
"SessionStart": 2
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 14,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 11
}
}