概要
The Recursive Memory Explorer skill implements a Retrieval-Language Model (RLM) style protocol for dynamically navigating large memory stores within Claude Code. Instead of relying on static top-k results that may miss associative context, this skill iteratively traverses a memory graph by peeking at summaries, following node relationships (triplets), and expanding only the most relevant content. This approach is specifically designed for large-scale repositories where understanding the connection between disparate components is critical, providing a transparent exploration trace while significantly reducing token consumption compared to standard full-context retrieval.