Compact the current conversation into a handoff document for another agent to pick up. Use when the user says "hand this off", "wrap up", "save context", "continue later", "pass this to another session", "I need to stop here", "pick this up later", or when a session is ending with unfinished work. Also use when context is getting long and the user wants to start fresh without losing progress.
$npx -y skills add nicknisi/claude-plugins --skill handoffInstalls into the current project.
Run `npx skills use "https://github.com/nicknisi/claude-plugins" --skill "nicknisi/claude-plugins/handoff"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nicknisi/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/nicknisi/claude-plugins"` and select the relevant skills, then follow their instructions.