handoff

Generate a structured HANDOFF.md from conversation context and copy it to the clipboard.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nclandrei/dotfiles --skill handoff-nclandrei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/nclandrei/dotfiles/tree/main/config/skills/handoff
Command: npx skills add https://github.com/nclandrei/dotfiles --skill handoff-nclandrei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a structured handoff context for a new Claude Code session by analyzing the entire conversation and summarizing it into a ready-to-share HANDOFF.md.

Core Features & Use Cases

  • Analyzes ongoing conversation to extract goals, decisions, and next steps.
  • Generates the HANDOFF.md at ~/.claude/handoff/HANDOFF.md with a predefined structure.
  • Copies the resulting HANDOFF.md to the clipboard and cleans up temporary artifacts. Use Case: When handing off a Claude Code project to a new thread or team member.

Quick Start

Provide the current conversation context and request a structured HANDOFF.md to be created and copied.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I generate handoff documentation for a new Claude Code session?

To generate handoff documentation for a new Claude Code session, the Skill analyzes your conversation and creates a structured HANDOFF.md summarizing goals, decisions, and next steps. It automatically writes the document to the ~/.claude/handoff directory.

What is the best way to transfer conversation context to a new Claude Code thread?

The best way to transfer conversation context to a new Claude Code thread is using a structured handoff document. This Skill summarizes your ongoing conversation into a ready-to-paste format containing current state, key files, and important decisions.

How does the clipboard handoff generation work for Claude Code?

The clipboard handoff generation works by analyzing your conversation, writing a formatted HANDOFF.md to the ~/.claude/handoff directory, copying its contents directly to your clipboard, and then removing the temporary file for a clean workflow.

What sections are included in a generated Claude Code handoff document?

A generated Claude Code handoff document includes structured sections for Goal, What We Were Working On, Current State, Key Files, Important Decisions, Context & Notes, and Next Steps to ensure comprehensive project continuity.

Do I need any dependencies installed to create a HANDOFF.md for Claude Code?

You do not need any dependencies installed to create a HANDOFF.md for Claude Code. This Skill operates independently without requiring external components, relying solely on your existing conversation context to generate the handoff file.

When should I use a structured handoff context instead of manually copying conversation text?

You should use a structured handoff context instead of manually copying text when handing off a Claude Code project to a new thread or team member. It extracts and formats key decisions and next steps automatically, ensuring no critical context is lost.