/plugin marketplace add dreamiurg/claude-session-topics/plugin install claude-session-topics@claude-session-topics-marketplaceDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "cat | ${CLAUDE_PLUGIN_ROOT}/scripts/topic-generator"
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "cat | ${CLAUDE_PLUGIN_ROOT}/scripts/session-cleanup"
}
]
}
]
}{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 2
},
"eventStats": {
"Stop": 1,
"SessionEnd": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 2,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 2
}
}