From lrc
Run canonical interactive LiveReview setup for authentication and AI connector configuration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/lrc:setupThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start setup immediately. Do not ask for an extra yes/no confirmation.
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:
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 &&.
npx claudepluginhub hexmostech/claude-lrc --plugin lrcGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.