Rb Init banner
study8677 study8677

Rb Init

Development community

Description

--- 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` sk

Installation

Installs to ~/.claude/skills/study8677-repobrain-rb-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/study8677-repobrain-rb-init && curl -fsSL https://raw.githubusercontent.com/study8677/repobrain/HEAD/commands/rb-init.md -o ~/.claude/skills/study8677-repobrain-rb-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository