Instructions file
Instructions for baz-scm/awesome-reviewers, covering awesome reviewers — repository guidelines, what this project is, source of truth, site layer and machine interface.
Instructions file
Instructions for baz-scm/awesome-reviewers, covering awesome reviewers — repository guidelines, what this project is, source of truth, site layer and machine interface.
Plugin Claude Code
Baz tools for Claude Code.
Plugin Claude Code
Indexed cross-repo search and AI-assisted planning for your org's codebase: search, grep, and file-find across every repo without cloning, plus a guided planning workflow that lets your team collaborate on plans together in Baz.
Cursor rule Cursor
Baz codebase exploration — use indexed grep, file-glob, and repo-summary search via Baz MCP. Use gh / glab only to read specific files once you know the path.
Instructions file
Instructions for baz-scm/baz-plugin, covering baz-plugin, repo layout, skills, plan output schema (tier-3 contract) and hooks must never exit non-zero.
Hook
Runs when a session starts, executing session-start.js via node. From baz-scm/baz-plugin.
Hook
Runs before the agent uses a tool for mcp__baz__update_plan and mcp__baz__link_plan_to_pr tool calls, executing plan-attach.js via node. From baz-scm/baz-plugin.
Hook
Runs after a tool call finishes for mcp__baz__, Write, Edit and ExitPlanMode tool calls, executing post-tool-use.js and plan-complete.js via node (3 commands). From baz-scm/baz-plugin.
Hook
Runs when a session ends, executing session-end.js via node. From baz-scm/baz-plugin.
Skill Claude CodeCodex
Procedure for exploring repositories with Baz's indexed search tools. Use when asked to plan a feature, design a change, scope work, or investigate where to make changes across the org's repos. Applies even when you own one side of a cross-repo contract (API param, schema, event payload) locally, and especially when…
Skill Claude CodeCodex
Pull the comments teammates left on a Baz plan back into this session, summarize every one of them with an assessment and a recommendation, and — only after you choose — apply the ones you pick and reply on them. Invoke with /baz:get-plan-comments.
Skill Claude CodeCodex
Plan a feature or change end-to-end using Baz indexed search across your org's repos. Explores the relevant repos with Baz's MCP tools and produces a structured implementation plan the user signs off on before any code is written. Invoke with /baz:plan-with-baz when you want to start planning a piece of work.
Skill Claude CodeCodex
Review code changes with Baz indexed search — a diff-scoped code review that checks the change against the rest of the org's repos, not just the files in front of it. Use when asked to review changes, review a diff or branch, review a pull request, check changes for bugs or security issues, or find what is wrong with…