Event Hooks
Community

cc-plugin

1 event · 1 hook

Install
1
Install the plugin
$
npx claudepluginhub DIO0550/cc-plugin --plugin cc-plugin

Want just this hook?

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

Risk Indicators
Modifies files
Source

Defined in hooks/hooks.json

Configuration
{
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "~/.claude/hooks/branch-protection.sh"
        }
      ],
      "matcher": "Write|Edit|MultiEdit"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "PreToolUse": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 1
  }
}
Stats
Stars0
Forks0
Last CommitOct 13, 2025

Similar Hooks