Stats
Actions
Tags
From duke-strategies
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 2 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
*test -d "${CLAUDE_PLUGIN_ROOT}/node_modules" || echo '{"message": "Node deps missing. Run: cd ${CLAUDE_PLUGIN_ROOT} && npm install"}'test -d "${CLAUDE_PLUGIN_ROOT}/.venv" || echo '{"message": "Python deps missing. Run: cd ${CLAUDE_PLUGIN_ROOT} && uv sync"}'npx claudepluginhub stromy-org/duke-strategies-marketplace --plugin duke-strategies