memorize

Installation
SKILL.md

Memorize

Store new knowledge into the agent's active memory layer.

When to use

  • Starting or ending a working session
  • Recording observations, notes, or decisions
  • Registering entities or tasks encountered during work
  • Extracting structured claims from unstructured text
  • Promoting candidate memories to trusted status

Quick start

import pathlib
from src.api.memory_manager import MemoryManager

mgr = MemoryManager(root_dir=pathlib.Path(".agent-memory"))
Installs
1
First Seen
Jun 23, 2026
memorize — tyler-r-kendrick/agentic_speculative_knowledge