managing-memories

Installation
SKILL.md

Managing Memories

Extract persistent memories at natural breakpoints, not mid-chain.

When to extract

Extract when ALL conditions are met:

  • Volume threshold: substantial conversation has occurred (roughly 10+ back-and-forth exchanges or significant work completed)
  • Natural pause: task completed, waiting for user input, or session ending
  • Novelty: something worth remembering that isn't already captured
  • No pending work: the last assistant turn has no in-progress tool calls or unfinished chains

Do NOT extract:

  • Mid-chain (during active multi-step implementation or debugging)
  • After trivial exchanges (quick questions, one-liners, status checks)
  • When the information is already in project instruction files or existing memories
  • When the conversation is primarily about information retrieval (reading files, answering questions) with no decisions or corrections

Memory types

Related skills

More from beltonk/claude-code-agent-skills

Installs
4
First Seen
Apr 8, 2026