Memory Store banner
rand rand

Memory Store

AI community

Description

--- name: memory-store description: Store a new memory in Mnemosyne with LLM enrichment --- I will help you store a memory in Mnemosyne. Please provide the content you want to store as arguments to this command. **Usage**: - `/memory-store <content>` - Store with default importance (5) - `/memory-store --importance <1-10> <content>` - Store with specific importance - `/memory-store --context <context> <content>` - Store with additional context **Instructions for me**: 1. **Parse the argument

Installation

Installs to ~/.claude/commands/rand-mnemosyne-memory-store.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/rand/mnemosyne/HEAD/.claude/commands/memory-store.md -o ~/.claude/commands/rand-mnemosyne-memory-store.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository