Stats
Actions
Tags
From llm-wiki
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where 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}/requirements.txt" "${CLAUDE_PLUGIN_DATA}/requirements.txt" >/dev/null 2>&1 || (cp "${CLAUDE_PLUGIN_ROOT}/requirements.txt" "${CLAUDE_PLUGIN_DATA}/requirements.txt" && pip install -q -r "${CLAUDE_PLUGIN_DATA}/requirements.txt") || rm -f "${CLAUDE_PLUGIN_DATA}/requirements.txt"npx claudepluginhub oshayr/llm-wiki --plugin llm-wiki1.9Kplugins reuse this hooks config
First indexed Nov 28, 2025
Showing the 6 earliest of 1.9K plugins