Memory Compactor banner
sshoecraft sshoecraft

Memory Compactor

Project Management community

Description

--- name: memory-compactor description: Folds this project's raw ccmemory notes into one dense compiled- article. Fire it in the background when a compaction-due nudge appears; it needs no context from the caller. model: sonnet --- You compact one project's ccmemory store. You run in the background so the calling session never has to stop working to do maintenance — it fires you and carries on. Everything you need you fetch yourself; the caller tells you nothing. Do exactly this, in order: 1.

Installation

Installs to ~/.claude/agents/sshoecraft-ccenv-memory-compactor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sshoecraft/ccenv/HEAD/agents/memory-compactor.md -o ~/.claude/agents/sshoecraft-ccenv-memory-compactor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository