npx claudepluginhub broneq/bdk --plugin bdkDefined in hooks/hooks.json
python3 ${CLAUDE_PLUGIN_ROOT}/hooks/check-rules-drift/check.pycommand -v uvx >/dev/null 2>&1 && uvx code-review-graph update || truecat ${CLAUDE_PLUGIN_ROOT}/STARTUP_INSTRUCTIONS.mdcommand -v uvx >/dev/null 2>&1 || echo '[BDK] WARNING: uvx not found. MCP tools (serena, code-review-graph) require uvx. Install: https://docs.astral.sh/uv/getting-started/installation/'command -v uvx >/dev/null 2>&1 && uvx code-review-graph status || truepython3 ${CLAUDE_PLUGIN_ROOT}/hooks/check-rules-drift/check.py --snapshot-baselinepython3 ${CLAUDE_PLUGIN_ROOT}/hooks/check-bdk-config/check.pyExecutes custom Python scripts on SessionStart for initialization and on Stop for teardown, automating session lifecycle events. No bash or file writes.
Share bugs, ideas, or general feedback.