Event Hooks

experienced-engineer

1 event · 1 hook

From experienced-engineer
Install
1
Run in your terminal
$
npx claudepluginhub ananddtyagi/claude-code-marketplace --plugin experienced-engineer
Risk Indicators
Modifies files
Source

Defined in ./hooks/hooks.json

Configuration
{
  "PostToolUse": [
    {
      "name": "Update CLAUDE.md after major changes",
      "hooks": [
        {
          "type": "command",
          "command": "/update-claude"
        }
      ],
      "matcher": "(Write|Edit|Delete|Refactor).*[5-9]\\d+|[1-9]\\d{2,}",
      "description": "Automatically prompts to update CLAUDE.md when significant code changes are detected"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "PostToolUse": 1
  },
  "originCounts": {
    "absolutePaths": 1,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 1
  }
}
Stats
Parent Repo Stars578
Parent Repo Forks0
Last CommitOct 14, 2025