agent:memory

Installation
SKILL.md

Memory Architecture

Guides the user through designing memory for AI agents. Based on "Principles of Building AI Agents" (Bhagwat & Gienow, 2025), Chapters 7-8: Agent Memory and Dynamic Agents.

When to use

Use this skill when the user needs to:

  • Design how an agent remembers information across turns and sessions
  • Choose between context window, working memory, and semantic recall
  • Set up memory processors (token limiting, tool call filtering)
  • Plan long-term memory and user profile storage

Instructions

Step 1: Understand Memory Requirements

Use the AskUserQuestion tool to gather context:

  1. Does the agent need to remember across sessions? (ephemeral vs. persistent)
  2. What user-specific information matters? (preferences, history, profile)
Related skills
Installs
6
Repository
ikatsuba/skills
First Seen
Mar 6, 2026