Rlm Query banner
zircote zircote

Rlm Query

Productivity community

Description

--- name: rlm-query description: Run a query against loaded RLM content using the full RLM workflow argument-hint: query="<question>" [buffer=<name>] [top_k=100] [batch_size=10] arguments: - name: query description: The question or analysis task to perform required: true - name: buffer description: Specific buffer to query (defaults to first available) required: false - name: top_k description: Maximum number of chunks to retrieve (default 100) required: false - n

Installation

Installs to ~/.claude/skills/zircote-rlm-rs-plugin-rlm-query/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zircote-rlm-rs-plugin-rlm-query && curl -fsSL https://raw.githubusercontent.com/zircote/rlm-rs-plugin/HEAD/commands/rlm-query.md -o ~/.claude/skills/zircote-rlm-rs-plugin-rlm-query/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository