Extending banner
asklokesh asklokesh

Extending

Development community

Description

# Extending the Loop **When to load:** you want to add your own reviewer, agent, or gate to the RARV loop without editing engine files. Read this before writing an extension. Every claim below is cited to source, and the one live seam is exercised by `tests/test-installed-agent-reviewer.sh` (10 tests, wired into `tests/run-all-tests.sh:732`). ## What is actually extensible today | Surface | Extend without editing engine files? | Mechanism | |---|---|---| | Code-review reviewer pool | **Yes**

Installation

Installs to ~/.claude/skills/asklokesh-loki-mode-extending/SKILL.md

Terminal
mkdir -p ~/.claude/skills/asklokesh-loki-mode-extending && curl -fsSL https://raw.githubusercontent.com/asklokesh/loki-mode/HEAD/skills/extending.md -o ~/.claude/skills/asklokesh-loki-mode-extending/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository