handoff

Generate a compact handoff document summarizing conversation context for a new agent.

182|8|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/compozy/agh --skill handoff-compozy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/compozy/agh/tree/main/.agents/skills/handoff
Command: npx skills add https://github.com/compozy/agh --skill handoff-compozy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The handoff skill solves the problem of losing context when switching from one agent to another, ensuring the next agent can continue the work without re-reading everything from scratch.

Core Features & Use Cases

  • Conversation compacting: Summarizes the current conversation into a standalone handoff document that preserves the key decisions, requirements, and open questions.
  • Suggested skills planning: Adds a suggested skills section so the next agent knows which follow-up skills to invoke for faster progress.
  • Safety and hygiene: Redacts sensitive information (like API keys and personal data) and avoids duplicating content already captured in artifacts by referencing them instead.
  • Argument-aware focus: Uses any provided arguments as the description of what the next session should focus on, tailoring the handoff accordingly.

Quick Start

Ask for a handoff summary by saying: "Create a handoff document for the next agent, focusing on <what to do next>, and include suggested skills."

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I transfer conversation context to a new agent without losing progress?

To transfer conversation context, generate a compact handoff document that summarizes key decisions, requirements, and open questions. This prevents the next agent from re-reading everything and maintains task continuity without duplicative rework.

Does agent handoff automatically redact sensitive information like API keys?

Yes, the handoff process redacts sensitive information like API keys and personal data. It sanitizes the generated summary document to ensure safe context transfer between agents without exposing private credentials.

What is the best way to summarize a conversation for task continuity across sessions?

The best way to summarize a conversation for task continuity is creating a standalone handoff document. It compacts the current chat into key decisions and open questions, referencing existing artifacts instead of duplicating content to reduce rework.

Can I include suggested next steps and skills in a context transfer document?

Yes, you can include suggested skills and next steps in a context transfer document. By providing arguments describing what the next session should focus on, the handoff tailors suggested skills to help the new agent progress faster.

Where is the generated handoff summary saved on my system?

The generated handoff summary is saved to the user's OS temporary directory. This ensures the compact context transfer document is stored safely locally for the next agent to access and continue ongoing work.