npx claudepluginhub selrahcd/claude-marketplace --plugin obsidian-bridgeDefined in hooks/hooks.json
{
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/session-end-obsidian.sh"
}
]
}
]
}"Executes trigger.sh script asynchronously on SessionEnd event with 1-second timeout. Enables custom post-session automation for workflows like logging or notifications, without bash execution or file writes."