semantic-memory
CommunityPersistent learning storage across sessions.
Authorminhtri2710
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Store and retrieve learnings across sessions; memories persist and are searchable.
Core Features & Use Cases
- Store learnings: Save reasons and outcomes.
- Search memories: Query past learnings.
- Validate: Reset decay timer to keep memories accurate.
Quick Start
semantic-memory_store(information="OAuth refresh tokens need 5min buffer before expiry", metadata="auth, tokens") semantic-memory_find(query="token refresh", limit=5) semantic-memory_validate(id="mem_123")
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: semantic-memory Download link: https://github.com/minhtri2710/dotfiles/archive/main.zip#semantic-memory Please download this .zip file, extract it, and install it in the .claude/skills/ directory.