npx claudepluginhub aman-2709/superpowers-ecc --plugin superpowers-eccDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"async": true,
"command": "node $CLAUDE_PLUGIN_ROOT/hooks/scripts/session-end.js",
"timeout": 10000
}
],
"matcher": ""
},
{
"hooks": [
{
"type": "command",
"async": true,
"command": "node $CLAUDE_PLUGIN_ROOT/hooks/scripts/suggest-compact.js",
"timeout": 5000
}
],
"matcher": ""
}
],
"PreToolUse": [
{
"hooks": [
{
"type": "command",
"command": "node $CLAUDE_PLUGIN_ROOT/hooks/scripts/session-start.js"
}
],
"matcher": ""
}
],
"Notification": [
{
"hooks": [
{
"type": "command",
"command": "node $CLAUDE_PLUGIN_ROOT/hooks/scripts/pre-compact.js"
}
],
"matcher": ""
}
]
}"{\"riskFlags\": {\"touchesBash\": false, \"matchAllTools\": true, \"touchesFileWrites\": false}, \"typeStats\": {\"command\": 4}, \"eventStats\": {\"Stop\": 2, \"PreToolUse\": 1, \"Notification\": 1}, \"originCounts\": {\"absolutePaths\": 0, \"pluginScripts\": 0, \"projectScripts\": 0}, \"timeoutStats\": {\"commandsWithoutTimeout\": 2}}"