conversation-memory
New19.9kSmitheryGeneralby davila7
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/conversation-memory.md https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/conversation-memory/SKILL.md3
Invoke in Claude Code
/conversation-memoryView source on GitHub
ai-&-mlresearch
Frequently Asked Questions
What is conversation-memory?
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
How to install conversation-memory?
To install conversation-memory, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /conversation-memory.
What is conversation-memory best for?
conversation-memory is a community categorized under General. It is designed for: ai-&-ml, research. Created by davila7.