AI AGENT ADDONS

A handoff document is like a bookmark for an AI agent's session. It captures what the agent did, where it stopped, and what files it needs next. This helps the agent resume work without losing its train of thought.

Using handoffs makes long running tasks much easier. The agent can clear its memory and start fresh, then load the handoff to continue exactly where it left off. This keeps the agent fast and reliable over many sessions.

Add Handoff skill to your workflow

Global

mkdir -p ~/.claude/skills/handoff

Project

mkdir -p .claude/skills/handoff

Source Repository

Stars
400
Forks
40
Watchers
400
License
NOASSERTION
Last Push
23 days ago
Created
8 months ago