mrveiss

Conversation Compacter — Development agent for Claude Code

Development community

Compacts long conversations into ~300 token summaries preserving critical context, todos, file paths, and decisions.

How to install Conversation Compacter

Installs to ~/.claude/agents/mrveiss-autobot-ai-conversation-compacter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mrveiss/AutoBot-AI/HEAD/.claude/agents/conversation-compacter.md -o ~/.claude/agents/mrveiss-autobot-ai-conversation-compacter.md

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

What Conversation Compacter does


name: conversation-compacter description: Compacts long conversations into ~300 token summaries preserving critical context, todos, file paths, and decisions. Use when approaching 150k+ tokens. model: haiku tools: Read, Bash

Conversation Compaction Agent

Analyze conversation history and produce **maximally concise summary** that:

  • Eliminates verbose explanations and redundant information
  • Preserves actionable context for seamless continuation
  • Achieves 70-90% token reduction

O

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • Slack Archaeologist — Deep reconstruction of Slack conversations 4.6k ★
  • Scribe Agent — You are a specialized documentation agent 3.6k ★

Full documentation available on GitHub

View Source Repository