/rb-init
Scaffold a new multi-agent repository from the RepoBrain template (invokes agent-repo-init skill). / 基于 RepoBrain 模板创建新的多智能体仓库。
> /plugin marketplace add study8677/repobrain > /plugin install repobrain@repobrain
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/rb-init
Context preview
What this command does when you run it.
Scaffold a new multi-agent repository from the RepoBrain template (invokes agent-repo-init skill). / 基于 RepoBrain 模板创建新的多智能体仓库。
Command definition
rb-init.mddescription: Scaffold a new multi-agent repository from the RepoBrain template (invokes agent-repo-init skill). / 基于 RepoBrain 模板创建新的多智能体仓库。
This command scaffolds a new repository from the RepoBrain template. It is not required before `/repobrain:rb-refresh`; refresh initializes the current workspace's `.repobrain/` knowledge directory automatically.
本命令用于基于 RepoBrain 模板创建一个新仓库。运行 `/repobrain:rb-refresh` 前不需要执行它;refresh 会自动初始化当前工作区的 `.repobrain/` 知识目录。
Invoke the `agent-repo-init` skill. Parse $ARGUMENTS for: project name, destination path, mode (`quick` or `full`). If any are missing, ask before running `${CLAUDE_PLUGIN_ROOT}/skills/agent-repo-init/scripts/init_project.py`.
调用 `agent-repo-init` skill。解析 $ARGUMENTS 中的项目名、目标路径和模式(`quick` 或 `full`)。如果缺少任何参数,先询问用户,再运行 `${CLAUDE_PLUGIN_ROOT}/skills/agent-repo-init/scripts/init_project.py`。
🧠 RepoBrain (formerly Antigravity) — Give your repo a brain. ChatGPT for your codebase: works in Claude Code, Cursor, Codex, Windsurf & more.
Other commands on repobrain.
- /rb-ask
Ask a question about the current project's codebase via the repobrain knowledge hub. / 通过 repobrain 知识库询问当前项目代码。
Open command - /rb-refresh
Rebuild the repobrain project knowledge base after significant changes. / 在重要改动后重建 repobrain 项目知识库。
Open command - /rb-setup
First-time setup. Configure the LLM API key or local Codex host runner RepoBrain uses for codebase Q&A. / 首次 setup,配置 RepoBrain 代码问答所需的 LLM API key 或本地 Codex host runner。
Open command

