Event Hooks

claude-forge

6 events · 12 hooks

Install
1
Install the plugin
$
npx claudepluginhub daeha76/dotnet-claude-forge

Want just this hook?

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

Risk Indicators
Executes bash commandsModifies filesMatches all tools
Source

Defined in hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "~/.claude/hooks/work-tracker-stop.sh"
        }
      ]
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "~/.claude/hooks/session-wrap-suggest.sh"
        }
      ]
    }
  ],
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "~/.claude/hooks/remote-command-guard.sh",
          "timeout": 5000
        }
      ],
      "matcher": "Bash"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "~/.claude/hooks/rate-limiter.sh",
          "timeout": 5000
        },
        {
          "type": "command",
          "command": "~/.claude/hooks/mcp-usage-tracker.sh"
        }
      ],
      "matcher": "mcp__*"
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "~/.claude/hooks/work-tracker-tool.sh"
        },
        {
          "type": "command",
          "command": "~/.claude/hooks/output-secret-filter.sh",
          "timeout": 5000
        }
      ]
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "~/.claude/hooks/code-quality-reminder.sh"
        },
        {
          "type": "command",
          "command": "~/.claude/hooks/security-auto-trigger.sh"
        }
      ],
      "matcher": "Edit|Write"
    }
  ],
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "~/.claude/hooks/context-sync-suggest.sh"
        }
      ]
    }
  ],
  "TaskCompleted": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "~/.claude/hooks/task-completed.sh",
          "timeout": 10000
        }
      ],
      "matcher": ""
    }
  ],
  "UserPromptSubmit": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "~/.claude/hooks/work-tracker-prompt.sh"
        }
      ]
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": true,
    "matchAllTools": true,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 12
  },
  "eventStats": {
    "Stop": 2,
    "PreToolUse": 3,
    "PostToolUse": 4,
    "SessionStart": 1,
    "TaskCompleted": 1,
    "UserPromptSubmit": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 8
  }
}
Stats
Stars1
Forks0
Last CommitMar 6, 2026
Actions

Similar Hooks