rlm-context-manager
Installation
SKILL.md
RLM Context Manager
Purpose: Enable Claude to process documents and contexts that exceed typical context window limits, matching Gemini's large context capabilities through intelligent chunking and recursive processing.
Architecture (RLM Paper Implementation)
Based on arXiv:2512.24601 - Recursive Language Models by Zhang, Kraska, Khattab (MIT CSAIL).
| Component | IRP Implementation | Model |
|---|---|---|
| Root LLM | Main Claude Code conversation | Claude Opus 4.5 |
Sub-LLM (llm_query) |
rlm-subcall Task agent |
Claude Haiku |
| External Environment | Persistent Python REPL | Python 3 |
| State Persistence | ${SKILLS_ROOT}/rlm-context-manager/state/ |
Pickle |