memory-management

Consolidate agent memory across hot, warm, and cold tiers after task completion.

Updated Nov 23, 2025
One-click install
npx skills add https://github.com/ak-eyther/model-project --skill memory-management-ak-eyther
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-management
Source: https://github.com/ak-eyther/model-project/tree/main/codex/skills/memory-management
Command: npx skills add https://github.com/ak-eyther/model-project --skill memory-management-ak-eyther

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps keep an agent's memory organized over time by separating recent activity from longer-term patterns, so important context does not get lost as tasks accumulate.

Core Features & Use Cases

  • Hot Memory Updates: Record recent events, active tasks, and fresh learnings after finishing work.
  • Tri-Tier Consolidation: Move information from hot to warm to cold memory as history grows.
  • Operational Cleanup: Support weekly consolidation so memory stays concise, searchable, and useful for long-running agent workflows.

Quick Start

Use this skill to update the agent's memory after completing the latest task and record the outcome, lessons learned, and any active follow-up work.

Frequently Asked Questions about memory-management

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

FAQPage Schema
How do I organize agent memory so important context is not lost as tasks accumulate?

Agent memory organization separates recent activity from longer-term patterns using a tri-tier system. This prevents context loss by moving information across hot, warm, and cold layers as task history grows over time.

What is the best way to consolidate agent state for long-running workflows?

State consolidation for long-running workflows uses weekly cleanup to move records from hot to warm to cold memory layers. This keeps agent memory concise, searchable, and useful as operational history expands.

How do I record agent learnings and active tasks after finishing work?

Recording agent learnings after finishing work uses hot memory updates to log recent events, active tasks, and fresh outcomes. This structured memory update captures results immediately after task completion.

Do I need external dependencies to manage agent memory with YAML-based scripts?

No external dependencies are needed to manage agent memory. The skill uses safe script-based introspection with YAML to handle memory updates and promotion rules between tiers independently.

When should I archive agent memory to cold storage instead of keeping it active?

Archiving agent memory to cold storage happens when recent events and patterns grow stale. The tri-tier system promotes information from hot to warm to cold based on retention rules for long-running workflows.

Can I use this memory management approach for agents running continuous tasks?

Yes, this memory management approach is designed for long-running agent workflows. It supports operational cleanup and pattern consolidation to ensure memory stays organized and current during continuous task execution.