dev-rlm

Installation
SKILL.md

Recursive Language Model (RLM) Skill

Core Philosophy

"Context is an external resource, not a local variable."

Three principles:

  1. Never load what you can query — Filesystem is a database. Use rlm.py to query it.
  2. The model decides the strategy — No fixed modes. Assess the task, pick the approach.
  3. 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.

Installs
34
First Seen
Mar 7, 2026
dev-rlm — molechowski/claude-skills