by zircote · Claude Skill · ★ 55
rlm-rs Recursive Language Model (RLM) CLI for Claude Code - handles long-context tasks via chunking and recursive sub-LLM calls. Based on the RLM pattern from arXiv:2512.24601, enabling analysis of documents up to 100x larger than typical context windows. Features Hybrid Semantic Search: Combined semantic + BM25 search with RRF fusion Auto-Embedding: Embeddings generated automatically during load (BGE-M3 model) Pass-by-Reference: Retrieve chunks by ID for efficient
| Stars | 55 |
| Forks | 5 |
| Language | Rust |
| Category | Claude Skill |
| License | MIT |
| Quality Score | 72.9870470233701/100 |
| Open Issues | 20 |
| Last Updated | 2026-06-29 |
| Created | 2026-01-19 |
| Platforms | claude-code, cli, rust |
| Est. Tokens | ~24k |
Explore other popular claude skill tools:
rlm-rs is Rust CLI implementing the Recursive Language Model (RLM) pattern for Claude Code. Process documents 100x larger than context windows through intelligent chunking, SQLite persistence, and recursive sub. It is categorized as a Claude Skill with 55 GitHub stars.
rlm-rs is primarily written in Rust. It covers topics such as ai-tools, chunking, claude.
You can find installation instructions and usage details in the rlm-rs GitHub repository at github.com/zircote/rlm-rs. The project has 55 stars and 5 forks, indicating an active community.
rlm-rs is released under the MIT license, making it free to use and modify according to the license terms.