os-memory-manager

Installation
SKILL.md

Prerequisites

This skill requires the Agentic OS to be initialized first. It calls context/kernel.py, context/memory.md, and context/.locks/ — files that only exist after running the os-init skill in your project.

If you have not yet initialized the OS, run:

os-init

Dependencies

This skill requires Python 3.8+ and standard library only. No external packages needed.

To install this skill's dependencies:

pip-compile ./requirements.in
pip install -r ./requirements.txt
Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 3, 2026