Event Hooks
Community

next-project-starter

1 event · 2 hooks

Install
1
Install the plugin
$
npx claudepluginhub JNLei/claude-tools --plugin next-project-starter

Want just this hook?

Then install: npx claudepluginhub u/[userId]/[slug]

Source

Defined in hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "$CLAUDE_PLUGIN_ROOT/scripts/tsc-check.sh"
        },
        {
          "type": "command",
          "command": "$CLAUDE_PLUGIN_ROOT/scripts/trigger-build-resolver.sh"
        }
      ]
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 2
  },
  "eventStats": {
    "Stop": 2
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 2
  }
}
Stats
Stars6
Forks0
Last CommitNov 20, 2025

Similar Hooks