Event Hooks

dev-workflow

5 events · 7 hooks

From dev-workflow
Install
1
Run in your terminal
$
npx claudepluginhub sejas/ai-code-skills --plugin dev-workflow
Risk Indicators
Executes bash commandsModifies files
Source

Defined inline in plugin.json manifest

Configuration
{
  "PreToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/commit-validator.sh"
        }
      ],
      "matcher": "Bash"
    }
  ],
  "SessionEnd": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/save-summary-basic.sh"
        }
      ]
    }
  ],
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/auto-format.sh"
        }
      ],
      "matcher": "Write|Edit"
    },
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/speak-commit.sh"
        }
      ],
      "matcher": "Bash"
    }
  ],
  "Notification": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/notify.sh"
        },
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/remote-notify.sh"
        }
      ],
      "matcher": "permission_prompt|idle_prompt"
    }
  ],
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-context.sh"
        }
      ],
      "matcher": "startup|resume|clear|compact"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": true,
    "matchAllTools": false,
    "touchesFileWrites": true
  },
  "typeStats": {
    "command": 7
  },
  "eventStats": {
    "PreToolUse": 1,
    "SessionEnd": 1,
    "PostToolUse": 2,
    "Notification": 2,
    "SessionStart": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 7,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 7
  }
}
Stats
Stars2
Forks0
Actions