One-click install
npx skills add https://github.com/Kabilan108/dotfiles --skill handoff-kabilan108
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/Kabilan108/dotfiles/tree/main/agents/skills/handoff
Command: npx skills add https://github.com/Kabilan108/dotfiles --skill handoff-kabilan108

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill creates a HANDOFF.md that captures everything a successor session needs to continue work.

Core Features & Use Cases

  • Transfers session context by compiling status, completed work, in-progress tasks, decisions, and blockers into a deterministic handoff document.
  • Facilitates seamless transitions between agents or when ending a session, ensuring critical insights persist without exposing private chat history.
  • Supports reuse across future sessions by standardizing the handoff structure.

Quick Start

Instruct the agent to generate a HANDOFF.md capturing the current session state, then review and commit the file to the repository.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I transfer session state to another AI agent when the context window is full?

To transfer session state when the context window is full, generate a structured HANDOFF.md file. This document compiles status, completed work, in-progress tasks, and decisions, allowing a successor agent to seamlessly resume work without losing critical context.

What is a handoff document and when do I need one for my project workflow?

A handoff document is a deterministic markdown file capturing the current session state for transfer. You need one when ending a session, handing off tasks between agents, or approaching context window limits to preserve critical insights and project status.

How to create a reproducible context transfer for a successor AI session?

To create a reproducible context transfer, instruct your agent to compile a HANDOFF.md file. It requires a deterministic structure including sections for Status, Decisions Made, Session Learnings, Context, and Reproduction to ensure the next session resumes seamlessly.

What should be included in an AI agent session handoff file to avoid losing context?

An AI agent session handoff file should include Status, Completed work, In Progress tasks, Discussion Summary, Decisions Made, Session Learnings, Remaining Work, Blockers, Context, and Reproduction sections to prevent loss of critical project context and insights.

Does the handoff skill expose my private chat history to the next session?

No, the handoff skill does not expose private chat history. It facilitates seamless transitions by compiling a structured HANDOFF.md document that captures only critical insights and project status, ensuring privacy while persisting essential context.

Can I standardize the handoff structure for reuse across multiple future AI sessions?

Yes, you can standardize the handoff structure for reuse across future sessions. The skill generates a deterministic HANDOFF.md format with fixed sections for Status, Blockers, and Context, ensuring consistent and seamless transitions for every successor agent.