Event Hooks
Community

base-tools

1 event · 2 hooks

Install
1
Install the plugin
$
npx claudepluginhub getty104/claude-code-marketplace --plugin base-tools

Want just this hook?

Then install: npx claudepluginhub u/[userId]/[slug]

Source

Defined in hooks/hooks.json

Configuration
{
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/setup-worktree.sh"
        }
      ],
      "matcher": ""
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "git fetch --prune"
        }
      ],
      "matcher": ""
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 2
  },
  "eventStats": {
    "SessionStart": 2
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 1,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 2
  }
}
Stats
Stars11
Forks0
Last CommitMar 12, 2026

Similar Hooks