agentmind-memory

Store long-term agent knowledge locally using four-layer Markdown memory.

1|Updated Jan 20, 2024
One-click install
npx skills add https://github.com/Ahmed-Mazh2r/AgentMind --skill agentmind-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentmind-memory
Source: https://github.com/Ahmed-Mazh2r/AgentMind/tree/main/memory
Command: npx skills add https://github.com/Ahmed-Mazh2r/AgentMind --skill agentmind-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AgentMind Memory provides a local, persistent brain for AI agents so they remember user preferences, project context, lessons learned, and daily events across conversations.

Core Features & Use Cases

  • Four-layer memory architecture: Working, Episodic, Semantic, Procedural to organize memory in a human-accessible format.
  • Zero dependencies and human-editable Markdown storage, enabling easy inspection and customization.
  • Cross-session continuity: remembers preferences and context across conversations, tasks, and projects to improve agent performance.
  • Pairs with agentmind-metacognition for a complete "brain OS."

Quick Start

Copy the templates into your workspace and set MEMORY_ROOT to your project path.

Frequently Asked Questions about agentmind-memory

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

FAQPage Schema
How do I enable persistent memory across AI sessions locally?

The four-layer memory architecture organizes agent knowledge into Working, Episodic, Semantic, and Procedural sets, structuring persistence in a human-accessible Markdown format for improved decision making.

What is the four-layer memory architecture for AI agent context?

The four-layer memory architecture organizes agent knowledge into Working, Episodic, Semantic, and Procedural sets, structuring persistence in a human-accessible Markdown format for improved decision making.

Do I need external dependencies to store cross-session memory in Markdown?

The system persists project context, user preferences, daily events, and learned lessons across conversations, applying them to multi-turn interactions to improve agent performance and ensure continuity.

Can I manually edit the Markdown files used for agent memory storage?

Yes, you can manually edit the Markdown files used for agent memory storage. The zero-dependency architecture uses safe, editable files with template guidance and frontmatter-based configuration for easy inspection.

What is the best way to maintain project context and user preferences across conversations?

The best way to maintain project context and user preferences across conversations is using local Markdown storage that persists daily events and learned lessons, applying them to improve multi-turn interaction continuity.