Rb Ask banner
study8677 study8677

Rb Ask

Development community

Description

--- 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: ```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 / Clau

Installation

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

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

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

Full documentation available on GitHub

View Source Repository