Summarize code into semantic cache

rlm-distill-agentskillsetup L23
richfrem/agent-plugins-skills
What it does

Summarize uncached files into RLM ledger

Best for

When you have uncached files and need high-quality 1-sentence summaries written to the ledger.

Inputs
  • · manifest.json
  • · phase number
  • · search query
  • · profile name
  • · file path
Outputs
  • · structured results
  • · Markdown file
  • · cached summaries
  • · JSON config
  • · report
Requires
  • · LLM CLI
  • · Python
  • · ChromaDB
  • · git
  • · 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
  • · Manifest-based configuration
  • · Step-by-step execution protocol