superlocalmemory
Local-first persistent memory, recall, and context compression
All Skills in This Repository (8)
Pure Emerald Level Indicatorssuperlocalmemory
Store and retrieve memories locally with four-channel retrieval and tamper-evident audit trails.
slm-list-recent
List recent memories in chronological order with optional filters.
slm-status
Report health and usage status of a local SuperMemory installation.
slm-show-patterns
Extract learned tech preferences, workflow sequences, and project context from SuperLocalMemory.
slm-build-graph
Build and optimize a knowledge graph from memories using TF-IDF and Leiden clustering.
slm-recall
Combine semantic similarity, knowledge graph traversal, and full-text search to recall memories.
slm-switch-profile
Switch between isolated memory profiles with independent databases and graphs.
slm-remember
Store user content locally in SuperLocalMemory with automatic indexing and a knowledge graph.
Frequently Asked Questions
FAQPage SchemaHow to install SuperLocalMemory?โผ
Run `npx skills add qualixar/superlocalmemory --all -g -y` in your terminal to install all skills in this suite globally.
How to give my coding assistant persistent memory?โผ
SuperLocalMemory stores decisions, conventions, and gotchas locally, then recalls them automatically at the start of every new session.
Does SuperLocalMemory send my data to the cloud?โผ
No. It is local-first by default, and cloud enrichment, backup, or connectors are explicit opt-in choices you configure yourself.
Does it work with Claude Code, Codex, and Cursor?โผ
Yes. It ships as an MCP server plus CLI with ready-made configs for Claude Code, Codex, Cursor, Windsurf, VS Code, JetBrains, and more.
Can it reduce my token usage?โผ
Yes. Built-in reversible compression and a key-value cache shrink large outputs and repeated reads, cutting token spend without losing the original content.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core