npx claudepluginhub soul-brews-studio/plugin-marketplace --plugin ralph-soulbrewsDefined in hooks/hooks.json
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/stop-hook.sh"
}
]
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/session-start-hook.sh"
}
]
}
]
}"On Stop, stores conversation via Python script. On SessionStart, checks config; if autoMaterialize enabled, outputs instructions to invoke we:materialize skill before responding."