npx claudepluginhub tanyagray/claude --plugin gitlabDefined in hooks/hooks.json
Bash${CLAUDE_PLUGIN_ROOT}/scripts/check-glab.sh || (echo '⚠ glab not found — attempting install...' >&2 && ${CLAUDE_PLUGIN_ROOT}/scripts/install-glab.sh >&2 && ${CLAUDE_PLUGIN_ROOT}/scripts/check-glab.sh)Runs pre-commit-reminder.sh before git commit Bash commands via PreToolUse. On SessionStart (startup/clear/compact), executes Node.js session-start.js with VAULT_PATH. Uses bash, no file writes.