Crewcut Audit banner
HZDF-2026 HZDF-2026

Crewcut Audit

Security community

Description

--- description: Audit the whole session's context budget — what was read, what it cost, what to do about it --- Audit the current session's context as a budget, not a transcript. Report: 1. **Inventory** — the distinct files, search results, and command outputs currently in context, grouped by the task that pulled them in. 2. **Dead weight** — reads that entered early and have not been touched since: they are still billed on every turn. Name them. 3. **Live weight** — reads still load-bearing

Installation

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

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

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

Full documentation available on GitHub

View Source Repository