Event Hooks

r5

1 event · 1 hook

From r5
Install
1
Run in your terminal
$
npx claudepluginhub radius5-study/r5-plugin --plugin r5
Source

Defined in hooks/hooks.json

Configuration
{
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/on-exit-plan.sh",
          "timeout": 10
        }
      ],
      "matcher": "ExitPlanMode"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "PostToolUse": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 1,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 0
  }
}
Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitFeb 16, 2026