From lrc
Inspect or toggle LiveReview hook state in the current repository using canonical lrc hook commands. Also use for natural-language requests like "lrc hooks status", "check if lrc is active", "enable lrc hooks", "disable claude gate", "install claude hook", or "uninstall claude hook".
How this skill is triggered — by the user, by Claude, or both
Slash command
/lrc:hooks status | enable | disable | install | uninstall [claude|all]status | enable | disable | install | uninstall [claude|all]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Always ensure the backend is present first.
Always ensure the backend is present first.
On Windows use the PowerShell tool:
& "${CLAUDE_SKILL_DIR}/../../scripts/ensure-lrc.ps1"
On Unix/macOS use the Bash tool:
bash "${CLAUDE_SKILL_DIR}/../../scripts/ensure-lrc.sh"
Map the request to canonical backend commands:
status or no explicit action: lrc hooks statusstatus claude: lrc hooks status --surface claudeenable: lrc hooks enable --surface claudeenable all: lrc hooks enabledisable: lrc hooks disable --surface claudedisable all: lrc hooks disableinstall or install claude: lrc hooks install --surface claudeuninstall or uninstall claude: lrc hooks uninstall --surface claudePrefer status first when the user intent is ambiguous.
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.