rlm-init

Initialize an RLM semantic cache with guided configuration and bootstrap.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill rlm-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rlm-init
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/rlm-factory/skills/rlm-init
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill rlm-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Initialize an RLM semantic cache for a project, guiding setup from start to first distillation.

Core Features & Use Cases

  • Guided bootstrap: Walks users through folder selection, extension configuration, and manifest creation.
  • First-run distillation: Performs the initial distillation pass to seed the cache with project data.
  • Use Case: Perfect for new projects or adding a new cache profile for different doc types.

Quick Start

Run the rlm-init command to bootstrap a new semantic cache for your project.

Frequently Asked Questions about rlm-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize a semantic cache for a new project?

To initialize a semantic cache, run the rlm-init command to trigger a guided interactive workflow that walks you through folder selection, extension configuration, manifest creation, and initial distillation.

What is semantic cache initialization and when do I need it?

Semantic cache initialization is the first-time setup process that seeds your project data into a cache profile. You need it when starting a new project or adding a new cache profile for different doc types.

Do I need Python to set up an RLM semantic cache?

Yes, you need Python 3.8 or higher to set up an RLM semantic cache. The initialization workflow requires this environment to configure extensions and perform the first distillation pass.

What's the best way to bootstrap a new cache profile for different document types?

The best way to bootstrap a new cache profile is using the guided initialization workflow, which handles folder selection, extension configuration, and manifest creation before performing the initial distillation pass.

Can I add multiple cache profiles to an existing semantic cache setup?

Yes, you can add new cache profiles to an existing setup by running the initialization workflow again, which guides you through configuring a new manifest and performing the first distillation for the new doc types.

Why does semantic cache initialization require a manifest and first distillation pass?

Semantic cache initialization requires a manifest to define cache profiles and a first distillation pass to seed the cache with project data, ensuring the cache is populated and ready for automated workflow retrieval.