handoff

Create a comprehensive handoff document when your context window is getting low. This document captures everything needed to continue work seamlessly in a new session.

Content Preview
---
name: handoff
model: opus
description: Create a comprehensive handoff document when your context window is getting low. This document captures everything needed to continue work seamlessly in a new session.
author: Quintin Henry (https://github.com/qdhenry/)
---

# Context Window Handoff

Create a comprehensive handoff document when your context window is getting low. This document captures everything needed to continue work seamlessly in a new session.

## Arguments

Optional argument: file
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/handoff.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/session/handoff.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/session/handoff.md

Related Skills