Skip to content
Development
Command

/rb-init

Scaffold a new multi-agent repository from the RepoBrain template (invokes agent-repo-init skill). / 基于 RepoBrain 模板创建新的多智能体仓库。

From plugin
repobrain
1.3k4 skills4 commands1 hook
Install
> /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.md
description: 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`。

Ships withrepobrain

🧠 RepoBrain (formerly Antigravity) — Give your repo a brain. ChatGPT for your codebase: works in Claude Code, Cursor, Codex, Windsurf & more.

Get the whole plugin
Stats
1,300
Stars
262
Forks
Active
Maintenance
Python
Language
MIT
License
9d ago
Last commit
8mo ago
Created

Repo: study8677/repobrain