rb-init
Scaffold a new multi-agent repository from the RepoBrain template (invokes agent-repo-init skill). / 基于 RepoBrain 模板创建新的多智能体仓库。
Ask a question about the current project's codebase via the repobrain knowledge hub. / 通过 repobrain 知识库询问当前项目代码。
> /plugin marketplace add study8677/repobrain > /plugin install repobrain@repobrain
How it fires
How this command gets triggered: by you, by Claude, or both.
/rb-askContext preview
What this command does when you run it.
Ask a question about the current project's codebase via the repobrain knowledge hub. / 通过 repobrain 知识库询问当前项目代码。
description: Ask a question about the current project's codebase via the repobrain knowledge hub. / 通过 repobrain 知识库询问当前项目代码。 allowed-tools: ["Bash"]
Run the RepoBrain CLI for the current workspace:
通过 RepoBrain CLI 询问当前工作区:
> $ARGUMENTS
Use Bash:
RB_ASK_TIMEOUT_SECONDS="${RB_ASK_TIMEOUT_SECONDS:-120}" rb-ask "$ARGUMENTS" --workspace "$PWD"If `.env` sets `RB_HOST_RUNNER` (`codex` or `generic`), the same command drives the user's local logged-in CLI (Codex / Trae / Claude / …) for `rb-ask` instead of an API key. The same host-runner backend also powers `rb-refresh` (tool-free stages run through the CLI; conventions and git insights degrade to deterministic output).
如果 `.env` 设置了 `RB_HOST_RUNNER`(`codex` 或 `generic`),同一个命令会通过 用户本机已登录的 CLI(Codex / Trae / Claude / …)运行 `rb-ask`,不走 API key。 同一套 host-runner 后端也支撑 `rb-refresh`(无工具阶段走 CLI,conventions 与 git insights 降级为确定性产物)。
使用 Bash:
RB_ASK_TIMEOUT_SECONDS="${RB_ASK_TIMEOUT_SECONDS:-120}" rb-ask "$ARGUMENTS" --workspace "$PWD"If `rb-ask` is not found, tell the user the engine CLI is not installed and suggest:
如果找不到 `rb-ask`,说明 engine CLI 尚未安装,建议用户运行:
pipx install "git+https://github.com/study8677/repobrain.git#subdirectory=engine"
Prefer `rb-ask` over manual file search. If the answer returns insufficient detail, follow up with targeted Read/Grep.
优先使用 `rb-ask`,不要先手动搜索文件。如果返回的信息不够,再用有目标的 Read/Grep 补充。
🧠 RepoBrain (formerly Antigravity) — Give your repo a brain. ChatGPT for your codebase: works in Claude Code, Cursor, Codex, Windsurf & more.
Scaffold a new multi-agent repository from the RepoBrain template (invokes agent-repo-init skill). / 基于 RepoBrain 模板创建新的多智能体仓库。
Rebuild the repobrain project knowledge base after significant changes. / 在重要改动后重建 repobrain 项目知识库。
First-time setup. Configure the LLM API key, or a no-API-key local host runner (Codex / Trae / Claude / any headless CLI) that RepoBrain uses for codebase Q&A…