BeClaude

agent-memory

New
Community RegistryMemoryby metazen11

Persistent cross-session memory for AI coding agents. Drop-in replacement for claude-mem with PostgreSQL + pgvector, auto-recovery, and multi-agent support.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/agent-memory.md https://raw.githubusercontent.com/metazen11/agent-memory/main/SKILL.md
3
Invoke in Claude Code
/agent-memory
agentmemorypersistentpgvectorembeddingscross-session

Frequently Asked Questions

What is agent-memory?

Persistent cross-session memory for AI coding agents. Drop-in replacement for claude-mem with PostgreSQL + pgvector, auto-recovery, and multi-agent support.

How to install agent-memory?

To install agent-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 /agent-memory.

What is agent-memory best for?

agent-memory is a community categorized under Memory. It is designed for: agent, memory, persistent, pgvector, embeddings, cross-session. Created by metazen11.