npx claudepluginhub dhughes/claude-marketplace --plugin conversation-historyDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/index.sh"
}
],
"matcher": ""
}
]
}"Executes a Python 3 script (hooks/stop.py) via command hook on the Stop event with 10-second timeout. No bash execution or file writes."