rlm
MCP Serverrichardwhiteii/rlm
The Recursive Language Model (RLM) pattern enables processing massive contexts exceeding standard token limits by recursively chunking, processing via sub-queries, and aggregating results.
Overview
This skill provides a structured workflow for handling files over 100KB, multi-file codebases, or large log files by managing them as external variables. It utilizes map-reduce, filtering, and hierarchical processing techniques through dedicated MCP tools, leveraging either the Claude SDK (Haiku 4.5) or local Ollama instances for scalable execution.
Capabilities
- ▸Load large datasets and texts into isolated context memory
- ▸Inspect context structure and preview contents safely
- ▸Chunk data using line, character, or paragraph strategies
- ▸Filter contexts using regular expressions
- ▸Perform single or parallel batch sub-queries using Claude SDK or Ollama
- ▸Store and aggregate intermediate analysis results
Best for
Analyzing massive codebases or multiple files simultaneously, Processing and summarizing multi-megabyte log files for error patterns, Extracting specific insights or answering questions across large research document sets
Works with
実タスクにどれだけ役立つか(機能の豊富さ・用途の明確さ)。 — AIによるcapabilities/use-cases解析
実装・指示の品質。 — AIによるSKILL.md/README解析
リポジトリがどれだけ活発に保守されているか。 — GitHub 最終push日時の新しさ
ドキュメントの充実度・分かりやすさ。 — README/独自要約の情報量
危険・不審な挙動が無いか。 — AIによるセキュリティレビュー
ありふれたラッパーではない独自性。 — AIによる独自性判定
コミュニティの採用度。 — GitHub Stars/Forks(対数スケール)
対応AIエージェントの広さ。 — AIによる対応エージェント判定
ライセンス不明/制限あり(Red)のSkillは総合スコアに0.85倍の補正を適用します。 ランキングはこのScoreのみで決まり、広告で変わりません。 算出方法の詳細 →
Security considerations
Processes large user files locally or via the configured provider API. Ensure sensitive internal files are sent only to trusted providers or processed locally via Ollama.
Categories
Summary and analysis are original content generated by AI Skills Rank. The skill's source text is not reproduced here — view it on the linked repository.