Event Hooks
Community

claude-command-centre

9 events · 16 hooks

Install
1
Install the plugin
$
npx claudepluginhub cianos95-dev/claude-command-centre --plugin claude-command-centre

Want just this hook?

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

Risk Indicators
Executes bash commandsModifies filesMatches all tools
Source

Defined in hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/ccc-stop-handler.sh\""
        }
      ],
      "matcher": "*"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/stop.sh\""
        }
      ],
      "matcher": "*"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/conformance-check.sh\""
        }
      ],
      "matcher": "*"
    }
  ],
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/pre-tool-use.sh\""
        }
      ],
      "matcher": "Write|Edit|MultiEdit|NotebookEdit"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/circuit-breaker-pre.sh\""
        }
      ],
      "matcher": "Write|Edit|MultiEdit|NotebookEdit|Bash"
    }
  ],
  "SessionEnd": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/ccc-session-end.sh\""
        }
      ],
      "matcher": "clear|logout|exit"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/post-tool-use.sh\""
        }
      ],
      "matcher": "Write|Edit|MultiEdit|NotebookEdit|Bash"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/circuit-breaker-post.sh\""
        }
      ],
      "matcher": "Write|Edit|MultiEdit|NotebookEdit|Bash"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/conformance-log.sh\""
        }
      ],
      "matcher": "Write|Edit|MultiEdit|NotebookEdit"
    }
  ],
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/session-start.sh\""
        }
      ],
      "matcher": ""
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/style-injector.sh\""
        }
      ],
      "matcher": ""
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/conformance-cache.sh\""
        }
      ],
      "matcher": ""
    }
  ],
  "SubagentStop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/plan-subagent-stop.sh\""
        }
      ],
      "matcher": "Plan"
    }
  ],
  "SubagentStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/plan-subagent-start.sh\""
        }
      ],
      "matcher": "Plan"
    }
  ],
  "UserPromptSubmit": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/prompt-enrichment.sh\""
        }
      ],
      "matcher": ""
    }
  ],
  "PermissionRequest": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "bash \"${CLAUDE_PLUGIN_ROOT}/hooks/scripts/ccc-permission-gate.sh\""
        }
      ],
      "matcher": ""
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": true,
    "matchAllTools": true,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 16
  },
  "eventStats": {
    "Stop": 3,
    "PreToolUse": 2,
    "SessionEnd": 1,
    "PostToolUse": 3,
    "SessionStart": 3,
    "SubagentStop": 1,
    "SubagentStart": 1,
    "UserPromptSubmit": 1,
    "PermissionRequest": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 16,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 16
  }
}
Stats
Stars0
Forks0
Last CommitFeb 20, 2026

Similar Hooks