npx claudepluginhub tanyagray/claude --plugin bitbucketDefined in hooks/hooks.json
Bash${CLAUDE_PLUGIN_ROOT}/scripts/check-bbt.sh || (echo '⚠ bbt not found — attempting install...' >&2 && ${CLAUDE_PLUGIN_ROOT}/scripts/install-bbt.sh >&2 && ${CLAUDE_PLUGIN_ROOT}/scripts/check-bbt.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.