Stats
Actions
Tags
From model-shelf
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 in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
*bash -c 'command -v model-shelf >/dev/null 2>&1 && exit 0; command -v uv >/dev/null 2>&1 || { echo "model-shelf plugin: please install uv (https://docs.astral.sh/uv/) so the CLI can auto-install." >&2; exit 0; }; uv tool install --quiet git+https://github.com/alexziskind1/model-shelf >&2'npx claudepluginhub alexziskind1/model-shelf