Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
npx claudepluginhub k3nnethfrancis/bookmark-research-engineWhere this hook configuration is defined
Defined in .claude-plugin/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
command -v bre >/dev/null 2>&1 || (echo '[bookmark-research-engine] Installing bre CLI...' && pip install -q "${CLAUDE_PLUGIN_ROOT}" && echo '[bookmark-research-engine] bre installed. Run `bre setup` to configure.')Share bugs, ideas, or general feedback.