Rlm Load banner
zircote zircote

Rlm Load

Development community

Description

--- name: rlm-load description: Load a file into an RLM buffer with chunking argument-hint: file=<path> [name=<buffer>] [chunker=semantic|fixed|parallel] [chunk-size=6000] [overlap=0] arguments: - name: file description: Path to the file to load required: true - name: name description: Buffer name (defaults to filename) required: false - name: chunker description: "Chunking strategy: fixed, semantic, parallel" required: false - name: chunk-size description: Ch

Installation

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

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

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

Full documentation available on GitHub

View Source Repository