lrc hooks
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:
statusor 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 disableinstallorinstall claude:lrc hooks install --surface claudeuninstalloruninstall claude:lrc hooks uninstall --surface claude
Prefer status first when the user intent is ambiguous.