Event Hooks
Community

ndf

2 events · 2 hooks

Install
1
Install the plugin
$
npx claudepluginhub takemi-ohama/ai-agent-marketplace --plugin ndf

Want just this hook?

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

Source

Defined in hooks/hooks.json

Configuration
{
  "Stop": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/slack-notify.js session_end",
          "description": "Send Slack notification when Claude Code exits"
        }
      ]
    }
  ],
  "SessionStart": [
    {
      "hooks": [
        {
          "type": "command",
          "command": "node ${CLAUDE_PLUGIN_ROOT}/scripts/inject-plugin-guide.js",
          "description": "Auto-inject NDF plugin guidelines to project CLAUDE.md",
          "suppressOutput": false,
          "continueOnError": true
        }
      ],
      "enabled": true,
      "matcher": "startup|resume",
      "priority": 50,
      "description": "Inject NDF Plugin Guide to project CLAUDE.md"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": false,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 2
  },
  "eventStats": {
    "Stop": 1,
    "SessionStart": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 2,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 2
  }
}
Stats
Stars1
Forks0
Last CommitNov 17, 2025

Similar Hooks