What problem does it solve?
Long-context tasks require iterative inspection, chunking, and external reasoning beyond chat context. This Skill provides a persistent local Python REPL and an rlm-subcall subagent to coordinate long-context analysis.
Core Features & Use Cases
- Persistent REPL (rlm_repl.py) to maintain state across invocations.
- Subagent delegation (rlm-subcall) to run LLM queries on context chunks.
- Chunking and orchestration utilities to handle inputs larger than chat limits and produce deterministic results.
- Use cases: scanning large logs or documents, extracting structured insights, and assembling final reports from multiple chunks.
Quick Start
Initialise the REPL with a large context using python .claude/skills/rlm/scripts/rlm_repl.py init <context_path> and then run the exec loop to progressively analyze chunks and synthesize results.