Armory
Source
Browse
Skills

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.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install conversation-memory --cli claude

writes the skill into.claude/skills/conversation-memory/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/conversation-memory/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

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.

When to use it

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 / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/conversation-memory/SKILL.md -o .claude/skills/conversation-memory/SKILL.md

Notes

Extracted from davila7/claude-code-templates, conversation-memory category.