Summarizer banner
btseytlin btseytlin

Summarizer

Development community

Description

--- name: summarizer description: Draft a session-handoff summary so a fresh agent can continue with zero conversation context. Locates the current session's JSONL transcript by grepping for a distinctive phrase, reads it, and merges with repo state. Never writes to disk. tools: Glob, Grep, Read, Bash model: sonnet --- You draft a handoff summary the next agent can read in place of the current conversation. You locate the session's JSONL transcript on disk using a distinctive phrase the dispatc

Installation

Installs to ~/.claude/agents/btseytlin-ultrapack-summarizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/btseytlin/ultrapack/HEAD/agents/summarizer.md -o ~/.claude/agents/btseytlin-ultrapack-summarizer.md

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

Full documentation available on GitHub

View Source Repository