Event Hooks

sd0x-dev-flow

4 events · 6 hooks

Install
1
Install the plugin
$
npx claudepluginhub sd0xdev/sd0x-dev-flow --plugin sd0x-dev-flow

Want just this hook?

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

Risk Indicators
Executes bash commandsModifies files
Source

Defined in hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop-guard.sh"
        }
      ],
      "matcher": ""
    }
  ],
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/pre-edit-guard.sh"
        }
      ],
      "matcher": "Edit|Write"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/post-edit-format.sh"
        }
      ],
      "matcher": "Edit|Write"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/post-tool-review-state.sh"
        }
      ],
      "matcher": "Bash|mcp__codex__codex|mcp__codex__codex-reply"
    }
  ],
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/namespace-hint.sh"
        }
      ],
      "matcher": ""
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/post-compact-auto-loop.sh"
        }
      ],
      "matcher": "compact"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": true,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 6
  },
  "eventStats": {
    "Stop": 1,
    "PreToolUse": 1,
    "PostToolUse": 2,
    "SessionStart": 2
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 6,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 6
  }
}
Stats
Stars90
Forks12
Last CommitMar 20, 2026
Actions

Similar Hooks