AI AGENT ADDONS

Agent Memory Systems

davila7/claude-code-templates

An agent that remembers can build on past conversations. Memory is what makes an agent smart. It uses short-term memory for the current talk and long-term memory for facts learned earlier.

Storing facts is only half the job. The real challenge is finding the right fact at the right time. This skill teaches you how to retrieve memories using chunking and embeddings. Good retrieval turns a forgetful agent into a reliable helper.

Add Agent Memory Systems skill to your workflow

Global

mkdir -p ~/.claude/skills/agent-memory-systems

Project

mkdir -p .claude/skills/agent-memory-systems

Source Repository

Stars
28,343
Forks
2,956
Watchers
28,343
License
MIT
Last Push
24 days ago
Created
1 year ago