Summary banner
btseytlin btseytlin

Summary

Productivity community

Description

--- description: Produce a summary so another session can continue with zero context beyond CLAUDE.md, the codebase, and the summary itself. Asks whether to append to the current task file or create a new summary task file. --- # /up:summary Prepare a handoff summary so another agent session can continue this work without the current conversation. Drafting is delegated to the `up:summarizer` subagent (pinned to Sonnet) so the expensive main-session model doesn't write the long structured prose

Installation

Installs to ~/.claude/skills/btseytlin-ultrapack-summary/SKILL.md

Terminal
mkdir -p ~/.claude/skills/btseytlin-ultrapack-summary && curl -fsSL https://raw.githubusercontent.com/btseytlin/ultrapack/HEAD/commands/summary.md -o ~/.claude/skills/btseytlin-ultrapack-summary/SKILL.md

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

Full documentation available on GitHub

View Source Repository