Curate Chatlog banner
skynetcmd skynetcmd

Curate Chatlog

Development community

Description

--- name: curate-chatlog description: Curate the m3-chatlog store — clean, dedupe, decay ephemeral turns, prune abandoned conversations, promote high-signal chunks to long-term memory. Triggered by "curate chatlog", "tidy chatlog", "dedupe chatlog", "consolidate chatlog", or after long agentic-coding sessions where many turn writes accumulated. tools: Bash, Read, Grep, mcp__m3_memory__chatlog_search, mcp__m3_memory__chatlog_status, mcp__m3_memory__chatlog_promote, mcp__m3_memory__chatlog_rescrub

Installation

Installs to ~/.claude/agents/skynetcmd-m3-memory-curate-chatlog.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/skynetcmd/m3-memory/HEAD/agents/curate-chatlog.md -o ~/.claude/agents/skynetcmd-m3-memory-curate-chatlog.md

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

Full documentation available on GitHub

View Source Repository