This repository includes a minimal "Recursive Language Model" (RLM) setup for Claude Code:
- Skill:
rlmin.claude/skills/rlm/ - Subagent (sub-LLM):
rlm-subcallin.claude/agents/ - Persistent Python REPL:
.claude/skills/rlm/scripts/rlm_repl.py
When the user needs you to work over a context that is too large to paste into chat:
- Ask for (or locate) a context file path.
- Run the
/rlmSkill and follow its procedure.
Keep the main conversation light: use the REPL and subagent to do chunk-level work, then synthesise.