slm-remember

Solid

Save content to SuperLocalMemory with intelligent indexing and knowledge graph integration. Use when the user wants to remember information, save context, store coding decisions, or persist knowledge for future sessions. Automatically indexes, graphs, and learns patterns.

AI & Automation 181 stars 24 forks Updated today AGPL-3.0

Install

View on GitHub

Quality Score: 91/100

Stars 20%
75
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# SuperLocalMemory: Remember Save content to your local memory system with automatic indexing, knowledge graph integration, and pattern learning. ## Usage ```bash slm remember "<content>" [--tags tag1,tag2] [--project name] [--importance 1-10] ``` ## Examples ### Example 1: Basic Memory ```bash slm remember "We use FastAPI for REST APIs" ``` **What happens:** - Content saved to SQLite database - TF-IDF vectors generated for semantic search - Entities extracted and added to knowledge graph - Pattern learning analyzes for coding preferences - Memory ID returned (e.g., 42) ### Example 2: With Tags ```bash slm remember "JWT tokens expire after 24 hours" --tags security,auth,jwt ``` **Tags help with:** - Organization - Filtering - Related memory discovery ### Example 3: With Project ```bash slm remember "Database uses PostgreSQL 15 with UUID primary keys" --project myapp --tags database,postgresql ``` **Project isolation:** - Separate memories per project - Switch profiles with `slm switch-profile` - No context bleeding ### Example 4: Important Memory ```bash slm remember "CRITICAL: Production deploy requires approval from @lead" --importance 10 --tags deployment,production ``` **Importance (1-10):** - 1-3: Low priority (notes, ideas) - 4-6: Normal (coding patterns, decisions) - 7-9: High priority (critical info, warnings) - 10: Critical (blockers, security issues) ## Arguments | Argument | Type | Required | Default | Description | |----------|------|----------|-----...

Details

Author
qualixar
Repository
qualixar/superlocalmemory
Created
4 months ago
Last Updated
today
Language
Python
License
AGPL-3.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category