Automates commands across session events, notifications, user prompts, and stop signals.
npx claudepluginhub aeyeops/aeo-skill-marketplaceDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/nous-stop-guard.sh",
"timeout": 2000
},
{
"type": "command",
"async": true,
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/nous.py",
"timeout": 30000
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/hook-profiler.sh",
"timeout": 1000
}
],
"matcher": ""
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/hook-profiler.sh",
"timeout": 1000
}
],
"matcher": ""
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/hook-profiler.sh",
"timeout": 1000
}
],
"matcher": ""
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/hook-profiler.sh",
"timeout": 1000
}
],
"matcher": ""
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/nous.py",
"timeout": 10000
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/hook-profiler.sh",
"timeout": 1000
}
],
"matcher": ""
}
],
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/hook-profiler.sh",
"timeout": 1000
}
],
"matcher": ""
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/hook-profiler.sh",
"timeout": 1000
}
],
"matcher": ""
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 10
},
"eventStats": {
"Stop": 3,
"PreCompact": 1,
"SessionEnd": 1,
"Notification": 1,
"SessionStart": 2,
"SubagentStop": 1,
"UserPromptSubmit": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 10,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 0
}
}