agent-memory

Store, organize, and retrieve AI agent memories across conversations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/octkp/base --skill agent-memory-octkp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-memory
Source: https://github.com/octkp/base/tree/main/dotfiles/claude/skills_bk/agent-memory
Command: npx skills add https://github.com/octkp/base --skill agent-memory-octkp

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a persistent memory space to store, organize, and recall important information, ensuring knowledge survives across conversations and aiding in future tasks.

Core Features & Use Cases

  • Save & Recall: Store research findings, solutions, architectural decisions, and conversation logs.
  • Organize: Structure memories into logical categories and use tags for efficient retrieval.
  • Proactive Assistance: Use memories to inform current work or when starting related tasks.
  • Use Case: You've just spent hours debugging a complex issue. Save the solution, the steps taken, and the root cause as a memory so you can quickly recall it if the problem reappears or if a teammate encounters it.

Quick Start

Save the current conversation context by running the command to save conversation logs.

Frequently Asked Questions about agent-memory

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

FAQPage Schema
How do I save and recall conversation logs for an AI agent across sessions?

To save and recall conversation logs for an AI agent, you need a persistent memory system that stores information with structured frontmatter. This allows knowledge to survive across conversations and be retrieved later using efficient file system operations and ripgrep search.

What is the best way to organize architectural decisions and research findings for future tasks?

Organizing architectural decisions and research findings requires structuring memories into logical categories and using tags for efficient retrieval. This approach ensures important knowledge is stored with structured frontmatter, enabling proactive assistance when starting related tasks.

How does an AI agent search and retrieve stored memory files?

An AI agent searches and retrieves stored memory files by utilizing file system operations and ripgrep. This combination enables efficient memory management and rapid search across saved conversation logs, research findings, and categorized knowledge.

Can I use this persistent memory system to store debugging solutions and root causes?

Yes, you can use this persistent memory system to store debugging solutions, steps taken, and root causes. Saving this information as a memory allows you to quickly recall the solution if the problem reappears or if a teammate encounters it.

Does this knowledge management approach require any external dependencies or databases?

This knowledge management approach does not require external dependencies or databases. It relies entirely on file system operations and ripgrep for storage, categorization, and search, ensuring a lightweight and self-contained memory space.

When do I need persistent memory for my software engineering workflow?

You need persistent memory in your software engineering workflow when you want to retain research findings, architectural decisions, and conversation logs across sessions. It prevents knowledge loss and aids future tasks by maintaining a structured, searchable history.