agent-memory

Store and retrieve knowledge across conversations using a dedicated memory filesystem.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yuch4/dx-selecta --skill agent-memory-yuch4
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-memory
Source: https://github.com/yuch4/dx-selecta/tree/main/.claude/skills/agent-memory
Command: npx skills add https://github.com/yuch4/dx-selecta --skill agent-memory-yuch4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill stores knowledge from conversations and makes it searchable later, enabling continuity and faster onboarding.

Core Features & Use Cases

  • Persistence: Save discoveries, notes, and context from chats for later recall.
  • Organization: Categorize memories under a clear folder structure for easy navigation.
  • Recall & Context: Retrieve relevant memories to inform ongoing conversations and decisions.

Quick Start

Use phrases like "Remember this: ..." to save a memory and "Recall memory about ..." to fetch it. For manual memory creation, place a note in .claude/skills/agent-memory/memories/.

Frequently Asked Questions about agent-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist knowledge and notes across different conversations?▼

To persist knowledge across conversations, you can save discoveries, notes, and contextual details using specific recall phrases or by manually placing files into a dedicated memories filesystem.

Can I retrieve conversation history and context from previous chats?▼

Yes, you can retrieve conversation history by issuing a recall command. This fetches stored memories from the filesystem to inform ongoing conversations and accelerate onboarding.

How do I organize saved memories so they are easy to navigate later?▼

Saved memories are organized under a clear folder structure within a dedicated memories directory, ensuring easy navigation and quick retrieval when you need to recall specific context.

What is the best way to store discoveries and contextual details for later recall?▼

The best way to store discoveries is using natural phrases like 'Remember this' to trigger automatic memory saving, or by manually creating notes in the designated memories directory.

Do I need any external dependencies to save and recall conversation memory?▼

No external dependencies are required. Memory persistence and retrieval operate entirely through a self-contained filesystem structure under the agent-memory directory.

Are there limitations to using a filesystem for conversation history organization?▼

Using a filesystem for conversation history means memory retrieval relies on file-based search rather than a database, making it best suited for contextual notes and discoveries rather than high-volume data.