Crewcut Evict banner
HZDF-2026 HZDF-2026

Crewcut Evict

Productivity community

Description

--- description: Name the context chunks that should leave before the next long task --- Decide what should leave the context window before the next long task starts. Go through what this session has read and produce three lists: 1. **Evict now** — early scaffolding reads (orientation dumps, old stack traces, superseded file versions, debug output already acted on). For each: what it was, which task it belonged to, and why no future turn needs it. 2. **Keep** — reads the current and next task

Installation

Installs to ~/.claude/skills/hzdf-2026-crewcut-crewcut-evict/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hzdf-2026-crewcut-crewcut-evict && curl -fsSL https://raw.githubusercontent.com/HZDF-2026/crewcut/HEAD/commands/crewcut-evict.md -o ~/.claude/skills/hzdf-2026-crewcut-crewcut-evict/SKILL.md

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

Full documentation available on GitHub

View Source Repository