Initialize RLM semantic cache
rlm-initskillsetup L2★3
richfrem/agent-plugins-skills ↗What it does
Bootstrap RLM semantic cache for projects
Best for
When setting up RLM for the first time in a project or adding a new cache profile.
Inputs
- · manifest.json
- · phase number
- · search query
- · profile name
- · file path
Outputs
- · structured results
- · Markdown file
- · cached summaries
- · JSON config
- · report
Requires
- · Python
- · ChromaDB
- · Obsidian
- · git
- · Node.js/npm
- · Bash CLI
Preconditions
- · Python 3.8+ installed
- · Bash/shell environment
- · .git repo initialized
- · manifest.json exists
- · RLM profile configured
Failure modes
- · Manifest missing or malformed → reads empty list
- · Stale cache path → cached data out of sync with files
- · Phase not found → exit with guidance
Trust signals
- · Workflow-driven execution with gates
- · Manifest-based configuration
- · Step-by-step execution protocol