agent-memory

Manage AI agent memory with Ebbinghaus-inspired decay and tiered search.

8|3|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/VDanchAI/life-pilot-agent --skill agent-memory-vdanchai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-memory
Source: https://github.com/VDanchAI/life-pilot-agent/tree/main/vault/.claude/skills/agent-memory
Command: npx skills add https://github.com/VDanchAI/life-pilot-agent --skill agent-memory-vdanchai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust memory system for AI agents, enabling them to recall information effectively over time and manage their knowledge base efficiently.

Core Features & Use Cases

  • Automated Decay: Implements a forgetting curve to manage relevance and tiering of information.
  • Tiered Search: Allows different search depths (heartbeat, normal, deep, creative) based on context.
  • Use Case: When an agent needs to recall past interactions or stored knowledge, this system ensures that the most relevant information is prioritized while older, less relevant data is still accessible for deeper analysis or creative recall.

Quick Start

Run the decay process on your vault directory to update relevance scores and tiers.

Frequently Asked Questions about agent-memory

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

FAQPage Schema
How does an Ebbinghaus forgetting curve work for AI agent memory persistence?

An Ebbinghaus forgetting curve enables AI agent memory persistence by automatically decaying relevance scores over time. This tiered approach prioritizes recent interactions while keeping older data accessible for deeper analysis and creative recall.

How do I implement tiered search for AI agent knowledge management?

Implement tiered search for AI agent knowledge management by scanning and initializing markdown files. This Skill supports heartbeat, normal, deep, and creative search protocols to match different context depths and recall requirements.

Can I use markdown files for persistent AI agent memory management?

Yes, you can use markdown files for persistent AI agent memory management. The system scans, initializes, decays, and touches markdown files to maintain knowledge bases, providing detailed memory health statistics for monitoring.

What is the best way to manage knowledge relevance decay in AI agents?

The best way to manage knowledge relevance decay in AI agents is applying an Ebbinghaus-inspired forgetting curve. Running a decay process on your vault directory updates relevance scores and tiers, ensuring information prioritization adjusts automatically over time.

When do I need a tiered recall system for AI agent memory?

You need a tiered recall system for AI agent memory when recalling past interactions or stored knowledge with varying context depths. It ensures relevant information is prioritized while older data remains accessible for deep analysis or creative recall.