memory

Installation
SKILL.md

Memory Skill Policy

This skill is an MCP-facing facade for memory operations. Core memory policy (lifecycle/revalidation/promotion) belongs to Rust memory core, not this skill surface.

Router Logic

Scenario 1: User wants to store a transient finding

  1. Analyze: Determine if the item is transient operational memory (bug/workaround/incident note)
  2. Store: Call save_memory(content, metadata)
  3. Confirm: Show the saved memory ID

Scenario 2: User wants to remember/search

  1. Search: Call search_memory(query, limit)
  2. Format: Present results with relevance scores
  3. Respond: "I found X memories about that..."
Related skills
Installs
13
GitHub Stars
9
First Seen
Jan 24, 2026