From lrc
Run canonical interactive LiveReview setup for authentication and AI connector configuration.
How this command is triggered — by the user, by Claude, or both
Slash command
/lrc:setupThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# lrc setup Start setup immediately. Do not ask for an extra yes/no confirmation. Then tell the user: - setup has two steps: first complete Hexmos account login in the opened browser flow, then get a Gemini API key from Google AI Studio - if the browser does not open automatically, complete Hexmos login as needed, then open https://aistudio.google.com/ manually to create/copy a Gemini API key - after both steps are complete, paste only the Gemini API key in the next chat reply When the user replies with the Gemini API key, submit it immediately: After setup completes, suggest runnin...
Start setup immediately. Do not ask for an extra yes/no confirmation.
python3 "${CLAUDE_COMMAND_DIR:-${CLAUDE_PLUGIN_ROOT}/commands}/../scripts/setup-session.py" start
Then tell the user:
When the user replies with the Gemini API key, submit it immediately:
python3 "${CLAUDE_COMMAND_DIR:-${CLAUDE_PLUGIN_ROOT}/commands}/../scripts/setup-session.py" submit-key --key "$USER_MESSAGE"
After setup completes, suggest running /lrc:review.
Do not inspect ~/.lrc.toml with Read/file tools; setup itself is the source of truth.
Do not prefix canonical commands with source ~/.lrc/env &&.
npx claudepluginhub hexmostech/claude-lrc --plugin lrc/setupInitializes or resumes project setup via interactive Q&A, creating conductor/ artifacts for product definition, guidelines, tech stack, workflow, and style guides.
/setupWalks an enterprise admin through configuring the Claude Office add-in to call their own cloud (Vertex, Bedrock, Foundry, or gateway), producing a customized manifest.xml for M365 deployment.
/setupChecks local Codex CLI readiness, prompts to install if unavailable via npm, and optionally toggles stop-time review gate.
/setupInteractive setup wizard that detects installed AI providers, configures authentication, and optimizes token usage. Auto-runs on first install and surfaces a status dashboard on manual invocation.