Rb Setup banner
study8677 study8677

Rb Setup

AI community

Description

--- description: 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 and refresh. / 首次 setup,配置 RepoBrain 代码问答与 refresh 所需的 LLM API key,或无需 API key 的本地 host runner(Codex / Trae / Claude / 任意无头 CLI)。 --- You are running first-time setup for the RepoBrain plugin. The user just installed the plugin and needs an LLM backend configured before the ask/refresh commands will work (`/repobrain:rb-a

Installation

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

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

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

Full documentation available on GitHub

View Source Repository