rlm
Analyze massive files and codebases beyond context limits
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install RLM?โผ
Run `npx skills add richardwhiteii/rlm --all -g -y` in your terminal to install the skill globally.
How to analyze files too large for the context window?โผ
RLM loads the content as an external variable, splits it into chunks, and runs parallel sub-queries so you can analyze files of 10M+ tokens without overflow errors.
Can RLM summarize large log files?โผ
Yes. It filters error lines with regex, chunks the results, and aggregates findings into a clear summary of error patterns and counts.
Does RLM work with Claude Code?โผ
Yes. It runs as an MCP server for Claude Code and can auto-detect large files, so your agent uses it automatically when needed.
Can I run RLM sub-queries for free?โผ
Yes. Set the provider to Ollama with a local model to run all sub-queries on your own hardware at zero cost.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core