Fleet Handoff banner
verkyyi verkyyi

Fleet Handoff

Development community

Description

# /fleet-handoff — hand off across a context boundary, then auto-clear + resume <!-- fleet skill · owner: either --> Bridges long-running work across a context-window boundary **inside a fleet pane**: it stores a full handoff doc (delegating to the repo-shipped base `handoff` skill), then arms a detached helper that waits for this turn to end, `/clear`s the pane, and types `/fleet-handoff pickup` so the emptied session resumes from the handoff — the self-clear the arming session can't do to it

Installation

Installs to ~/.claude/skills/verkyyi-claude-fleet-fleet-handoff/SKILL.md

Terminal
mkdir -p ~/.claude/skills/verkyyi-claude-fleet-fleet-handoff && curl -fsSL https://raw.githubusercontent.com/verkyyi/claude-fleet/HEAD/commands/fleet-handoff.md -o ~/.claude/skills/verkyyi-claude-fleet-fleet-handoff/SKILL.md

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

Full documentation available on GitHub

View Source Repository