slm-remember

Store user content locally in SuperLocalMemory with automatic indexing and a knowledge graph.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Save and organize context from conversations, code, and notes by storing content locally with automatic indexing and a knowledge graph, enabling fast retrieval across tools and sessions.

Core Features & Use Cases

  • Automatic indexing and a knowledge graph to connect related memories and entities.
  • Local storage with fast semantic search using TF-IDF vectors and an SQLite database.
  • Ideal for saving coding decisions, project context, and important notes for future sessions and cross-tool workflows.

Quick Start

Remember content by using the slm remember command to save a note.

Frequently Asked Questions about slm-remember

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

FAQPage Schema
How do I save coding decisions locally for semantic search across sessions?

Save coding decisions locally for semantic search by storing content in an SQLite database with automatic TF-IDF indexing, ensuring fast retrieval across sessions. The system links related entities using a knowledge graph for structured context retrieval.

How does a knowledge graph connect related memories and entities in local storage?

A knowledge graph connects related memories and entities in local storage by automatically linking stored content during indexing. This structured approach allows fast semantic search across personal notes and coding decisions using TF-IDF vectors.

Do I need SuperLocalMemory installed to use local knowledge graph storage?

Yes, you need SuperLocalMemory v3 installed to use local knowledge graph storage. The system uses this prerequisite environment to manage the SQLite database and execute TF-IDF vector searches for remembering content.

Can I use SQLite and TF-IDF vectors to remember project context across different tools?

Yes, you can use SQLite and TF-IDF vectors to remember project context across different tools. The local storage architecture supports cross-tool workflows by indexing notes and linking entities for fast semantic retrieval.

What is the best way to index personal notes with a local knowledge graph?

The best way to index personal notes with a local knowledge graph is using automatic indexing with TF-IDF vectors and SQLite storage. This method connects related entities automatically, enabling fast semantic search for future retrieval.

Why does local semantic search require TF-IDF vectors and a knowledge graph?

Local semantic search requires TF-IDF vectors and a knowledge graph to enable fast structured retrieval. TF-IDF vectors handle the semantic search scoring in SQLite, while the knowledge graph links related entities to organize the stored context effectively.