memory-context-management

Official

Manage agent memory and persistent knowledge.

Authorkortix-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the challenge of maintaining and recalling information across agent sessions, ensuring that critical data, plans, and context are never lost.

Core Features & Use Cases

  • Persistent Storage: Utilizes both a memory plugin (SQLite) for short-to-medium term recall and the filesystem for long-term, permanent storage of plans, notes, and project state.
  • Session Awareness: Tracks and utilizes session IDs for traceability and context linking.
  • Context Optimization: Provides strategies to manage the agent's context window effectively, preventing information overload and ensuring relevant data is always accessible.
  • Use Case: When starting a complex task, use this Skill to write a plan to disk. Later, if the agent needs to recall the original plan or its progress, it can access this persistent information, even after multiple sessions or restarts.

Quick Start

Use the memory-context-management skill to write a plan for the current task to a file named 'project-plan.md'.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: memory-context-management
Download link: https://github.com/kortix-ai/kortix-registry/archive/main.zip#memory-context-management

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.