Install
1
Install the plugin$
npx claudepluginhub takemi-ohama/ai-agent-marketplace --plugin ndfWant 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