dev-rlm
Installation
SKILL.md
Recursive Language Model (RLM) Skill
Core Philosophy
"Context is an external resource, not a local variable."
Three principles:
- Never load what you can query — Filesystem is a database. Use
rlm.pyto query it. - The model decides the strategy — No fixed modes. Assess the task, pick the approach.
- Recurse when complexity demands it — If a sub-task is too complex for one agent, that agent spawns its own sub-agents.
Context Engine (rlm.py)
The streaming query engine for filesystem interaction. Never loads all files into RAM.