richardwhiteiirichardwhiteiiCommunityยท1 Agent Skills Included

rlm

Analyze massive files and codebases beyond context limits

Processes files and datasets too large for a standard context window by loading them externally, chunking them, and running parallel sub-queries. Eliminates context-overflow errors when analyzing huge log files, multi-file codebases, or long research documents. Supports regex filtering, sandboxed Python execution, and free local inference via Ollama to keep costs low.
npx skills add richardwhiteii/rlm --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’