What problem does it solve? When you close a Claude Code session mid-task, all working context is lost, and dumping a full transcript into the next session causes context rot and poisons unrelated work. This Skill writes a lean, pointer-based handoff brief to a git-ignored folder that a fresh session reads only on explicit resume, keeping auto-loaded memory clean. ## Core Features & Use Cases - Close mode: Drafts a one-page handoff brief in plan mode with DONE/IN PROGRESS/NEXT buckets, evidence-tagged facts, file pointers (path:line), recent commit hashes, open questions, and dead-ends, saved to .claude/workspace/reports/transfers/claude/. - Resume mode: Reads the latest brief, re-opens every pointed-to file fresh, checks recent git log, and runs a basic functional check to catch drift before continuing work. - Poison-free storage: Briefs live in a git-ignored, opt-in-only location and never touch CLAUDE.md or .claude/memory/, so unrelated sessions stay uncontaminated. - Use Case: You are halfway through a refactor at end of day. Run /claude-transfer close refactor-auth, and tomorrow a fresh session runs /claude-transfer resume to pick up exactly where you left off. ## Quick Start Ask Claude to close this session and write a handoff brief so you can resume the current task in a new session later.