Skip to content

/handoff-skill

Generate a complete handoff document of the current conversation so another LLM (ChatGPT, a fresh Claude, Gemini...) can pick up exactly where this one left off. Use when the user types "handoff", says the session is almost full, mentions hitting the context/usage limit, or

shell
$ npx -y skills add ToolMonsters/handoff-skill --skill handoff-skill --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/handoff-skill
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

Generate a complete handoff document of the current conversation so another LLM (ChatGPT, a fresh Claude, Gemini...) can pick up exactly where this one left off. Use when the user types "handoff", says the session is almost full, mentions hitting the context/usage limit, or
Ships withhandoff-skill

A Claude skill that generates a complete handoff document of your current conversation, so another LLM (ChatGPT, a fresh Claude session, Gemini, anything) can pick up exactly where this one left off.

Get the whole plugin, auto-invoked
Stats
33
Stars
0
Views
18
Forks
Active
Maintenance
MIT
License
12d ago
Last commit
13d ago
Created

Repo: ToolMonsters/handoff-skill