Event Hooks

ai-assisted-development

9 events · 9 hooks

Install
1
Install the plugin
$
npx claudepluginhub macgregor/claude-code-toolbox --plugin ai-assisted-development

Want just this hook?

Add to a custom plugin, then install with one command.

Risk Indicators
Matches all tools
Source

Defined in ./hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "python ${CLAUDE_PLUGIN_ROOT}/src/agent-lifecycle.py"
        }
      ],
      "matcher": "*"
    }
  ],
  "PreCompact": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "python ${CLAUDE_PLUGIN_ROOT}/src/agent-lifecycle.py"
        }
      ],
      "matcher": "*"
    }
  ],
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "python ${CLAUDE_PLUGIN_ROOT}/src/agent-lifecycle.py"
        }
      ],
      "matcher": "*"
    }
  ],
  "SessionEnd": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "python ${CLAUDE_PLUGIN_ROOT}/src/agent-lifecycle.py"
        }
      ],
      "matcher": "*"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "python ${CLAUDE_PLUGIN_ROOT}/src/agent-lifecycle.py"
        }
      ],
      "matcher": "*"
    }
  ],
  "Notification": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "python ${CLAUDE_PLUGIN_ROOT}/src/agent-lifecycle.py"
        }
      ],
      "matcher": "*"
    }
  ],
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "python ${CLAUDE_PLUGIN_ROOT}/src/agent-lifecycle.py"
        }
      ],
      "matcher": "*"
    }
  ],
  "SubagentStop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "python ${CLAUDE_PLUGIN_ROOT}/src/agent-lifecycle.py"
        }
      ],
      "matcher": "*"
    }
  ],
  "UserPromptSubmit": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "python ${CLAUDE_PLUGIN_ROOT}/src/agent-lifecycle.py"
        }
      ],
      "matcher": "*"
    }
  ],
  "PermissionRequest": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "python ${CLAUDE_PLUGIN_ROOT}/src/agent-lifecycle.py"
        }
      ],
      "matcher": "*"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": true,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 9
  },
  "eventStats": {
    "Stop": 1,
    "PreCompact": 1,
    "PreToolUse": 1,
    "SessionEnd": 1,
    "PostToolUse": 1,
    "Notification": 1,
    "SessionStart": 1,
    "SubagentStop": 1,
    "UserPromptSubmit": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 9,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 9
  }
}
Stats
Stars1
Forks0
Last CommitDec 11, 2025
Actions

Similar Hooks