byintertwine· 11 skills
Use dspy.RLM (Recursive Language Model) for reasoning over contexts too large to fit in an LLM's working window — entire codebases, long logs, massive documents, or multi-step data exploration that needs a sandboxed Python REPL. Use when the input is >100k tokens, needs recursive chunking, or benefits from the LLM writing and running code to probe data.
$npx -y skills add intertwine/dspy-agent-skills --skill dspy-rlm-moduleInstalls into the current project.
Run `npx skills use "https://github.com/intertwine/dspy-agent-skills" --skill "intertwine/dspy-agent-skills/dspy-rlm-module"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/intertwine/dspy-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/intertwine/dspy-agent-skills"` and select the relevant skills, then follow their instructions.