Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From texlab-lsp
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
npx claudepluginhub pleaseai/code-intelligence --plugin texlab-lspWhere this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
diff -q "${CLAUDE_PLUGIN_ROOT}/package.json" "${CLAUDE_PLUGIN_DATA}/package.json" >/dev/null 2>&1 || (cd "${CLAUDE_PLUGIN_DATA}" && cp "${CLAUDE_PLUGIN_ROOT}/package.json" . && npm install --loglevel=error) || rm -f "${CLAUDE_PLUGIN_DATA}/package.json"Share bugs, ideas, or general feedback.