slm-recall

Combine semantic similarity, knowledge graph traversal, and full-text search to recall memories.

206|34|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/qualixar/superlocalmemory --skill slm-recall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slm-recall
Source: https://github.com/qualixar/superlocalmemory/tree/main/ide/skills/slm-recall
Command: npx skills add https://github.com/qualixar/superlocalmemory --skill slm-recall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finding and surfacing past decisions, conversations, and notes across many projects can be slow and error-prone. This Skill combines semantic similarity, knowledge graph traversal, and full-text search to retrieve relevant memories quickly and accurately.

Core Features & Use Cases

  • Semantic recall across memories using contextual similarity to surface conceptually related items.
  • Knowledge-graph-aware traversal to expose connections between memories, decisions, and entities.
  • Full-text search over stored memories and notes with ranking by relevance and recency.
  • Use Case: recall a past decision about API design, locate related conversations, and reconstruct the decision rationale.

Quick Start

Ask the AI to recall memories related to a topic or project.

Frequently Asked Questions about slm-recall

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

FAQPage Schema
How do I recall past project decisions and notes across different timelines?

To recall past project decisions and notes efficiently, you can combine semantic similarity, knowledge graph traversal, and full-text search to retrieve relevant memories with ranked relevance across projects and timelines.

What is the best way to search local memories using semantic similarity and knowledge graph traversal?

The best way to search local memories is using a multi-method approach that combines semantic similarity for conceptual matches, knowledge graph traversal for entity connections, and full-text search to retrieve offline local data.

Can I use local memory search to find the rationale behind past API design conversations?

Yes, local memory search allows you to locate past conversations and reconstruct API design decision rationale by applying semantic similarity and knowledge graph traversal to find related memories and notes.

Does offline local memory processing require external dependencies to rank results by relevance and recency?

Offline local memory processing does not require external dependencies, allowing you to rank search results by relevance and recency entirely through local semantic search and knowledge graph traversal.

How does knowledge graph traversal expose connections between stored memories and entities?

Knowledge graph traversal exposes connections between stored memories, decisions, and entities by mapping relationships across the local knowledge base, allowing multi-method search to surface conceptually related items quickly.

When should I avoid using full-text search over semantic recall for finding notes?

You should avoid using full-text search alone when conceptual relationships matter; combining it with semantic similarity and knowledge graph traversal provides a more accurate, relevance-ranked recall of past decisions and notes.