Setup

Run canonical interactive LiveReview setup for authentication and AI connector configuration.

hexmostech 798b4b5 1.1 KB Updated

File contents

lrc setup

Start setup immediately. Do not ask for an extra yes/no confirmation.

python3 "${CLAUDE_SKILL_DIR}/../../scripts/setup-session.py" start

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:

python3 "${CLAUDE_SKILL_DIR}/../../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 &&.

hexmostech/claude-lrc/tree/main/plugins/lrc/skills/setup commit 798b4b50b7

Frequently asked questions

npx skillmds@latest add hexmostech/setup