By Lets7512
Process large files, logs, and repos exceeding context limits using a 6-step RLM protocol with Python/Bash scripts for metadata extraction, search, summarization, and token savings tracking.
Recursive Language Model (RLM) pattern for processing large contexts. Use when dealing with massive files, logs, repos, or data that exceeds context windows. Trigger phrases: "analyze large file", "process huge log", "scan entire repo", "recursive context", "RLM", "context compilation", "unbounded context", "too big for context".
Show RLM token savings dashboard — how much context was saved by using RLM patterns instead of dumping raw data into the context window. Trigger: /rlm:stats
Admin access level
Server config contains admin-level keywords
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub lets7512/rlm-skill --plugin rlmRecursive Language Models (RLM) CLI - enables LLMs to recursively process large contexts by decomposing inputs and calling themselves over parts
Agent skill for handling long-context tasks through recursive decomposition strategies based on RLM research (Zhang, Kraska, Khattab 2025)
MCP server for recursive LLM reasoning over large local data. Load files, repos, and logs into external memory, then search, peek, run code, and recurse without consuming the context window.
Recursive Language Model integration for Claude Code - intelligent multi-provider routing and unbounded context handling
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Optimized file search, semantic indexing, and persistent memory for Claude Code — with optional sync to a self-hosted web dashboard