Event Hooks

shipyard

4 events · 5 hooks

Install
1
Install the plugin
$
npx claudepluginhub lgbarn/shipyard --plugin shipyard

Want just this hook?

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

Source

Defined in hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop.sh",
          "timeout": 10
        }
      ],
      "matcher": ""
    }
  ],
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/state-read.sh"
        },
        {
          "type": "command",
          "async": true,
          "command": "${CLAUDE_PLUGIN_ROOT}/scripts/marketplace-sync.sh",
          "timeout": 10
        }
      ],
      "matcher": "startup|resume|clear|compact"
    }
  ],
  "TeammateIdle": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/teammate-idle.sh",
          "timeout": 30
        }
      ],
      "matcher": ""
    }
  ],
  "TaskCompleted": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "${CLAUDE_PLUGIN_ROOT}/hooks/task-completed.sh",
          "timeout": 10
        }
      ],
      "matcher": ""
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 5
  },
  "eventStats": {
    "Stop": 1,
    "SessionStart": 2,
    "TeammateIdle": 1,
    "TaskCompleted": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 5,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 1
  }
}
Stats
Stars46
Forks0
Last CommitFeb 11, 2026
Actions

Similar Hooks