handoff

Generate a handoff document summarizing conversation context and decisions.

16|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Insik-Han/han-monorepo-template --skill handoff-insik-han
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/Insik-Han/han-monorepo-template/tree/main/.agents/skills/handoff
Command: npx skills add https://github.com/Insik-Han/han-monorepo-template --skill handoff-insik-han

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Compact and hand off the context of a conversation to another agent by generating a concise handoff document saved to the system's temporary directory.

Core Features & Use Cases

  • Generate a complete handoff document from the current conversation, including a suggested skills section that guides the next steps.
  • Redact sensitive information such as keys, passwords, and PII, and reference artifacts by path or URL to avoid duplication.
  • Tailor the document to additional user-provided arguments to focus the handoff on upcoming tasks.

Quick Start

Write a handoff document summarising the current conversation and save it to the temporary directory of the user's OS.

Frequently Asked Questions about handoff

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a conversation handoff document for agent transfer?

To create a conversation handoff document, this skill summarizes context, decisions, and open items, then saves the concise document to your OS temporary directory for the next agent to access.

Can I redact sensitive data like passwords and PII during context summarization?

Yes, context summarization redacts sensitive data such as keys, passwords, and PII automatically. It also references artifacts by path or URL to avoid duplicating sensitive files in the handoff document.

What's the best way to transfer tasks across agents without losing conversation context?

The best way to transfer tasks across agents is generating a concise handoff document that includes a suggested skills section, required references, and open items, ensuring a new agent can seamlessly continue work.

How do I summarize current conversation context for a new agent session?

You can summarize conversation context by instructing the skill to generate the handoff document. Tailor the output to upcoming tasks by providing additional arguments to focus the context summarization.

Where does the generated handoff document get saved on my system?

The generated handoff document is saved to the temporary directory of your OS. This ensures the compact context summarization is readily accessible for the next agent session to retrieve.