From max
Compact the current conversation into a handoff document so a fresh agent can pick up the work without re-deriving context. Writes a self-contained brief to the OS temp directory — what's been done, what's left, key decisions, gotchas, and which skills to invoke next. Use when the user says "handoff", "write a handoff", "hand this off", "compact this for a new session", "summarize this for another agent", "I'm running low on context", or is about to start a fresh session on the same work. Takes an optional argument describing what the next session will focus on.
How this skill is triggered — by the user, by Claude, or both
Slash command
/max:handoff What will the next session be used for?What will the next session be used for?The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write a handoff document summarizing the current conversation so a fresh agent can continue the work. Save it to the temporary directory of the user's OS — **not** the current workspace (`$TMPDIR` on macOS, `/tmp` as a fallback). Print the saved path so the user can pass it to the next session.
Write a handoff document summarizing the current conversation so a fresh agent can continue the work. Save it to the temporary directory of the user's OS — not the current workspace ($TMPDIR on macOS, /tmp as a fallback). Print the saved path so the user can pass it to the next session.
The reader is an agent with zero memory of this conversation. The document is its only context. Make it self-contained: enough to resume without asking the user anything, but no more.
npx claudepluginhub max4c/skills --plugin maxGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.