npx claudepluginhub michelabboud/claude-code --plugin ralph-wiggumDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop-hook.sh"
}
]
}
]
}"Runs the stop-hook.sh script via bash command on the Stop event, enabling custom end-of-session actions. Executes bash."