create_handoff

Generate structured handoff documents with YAML frontmatter for AI session transfers.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/visualitypl/visuality-humanlayer --skill create-handoff-visualitypl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create_handoff
Source: https://github.com/visualitypl/visuality-humanlayer/tree/main/.github/skills/create_handoff
Command: npx skills add https://github.com/visualitypl/visuality-humanlayer --skill create-handoff-visualitypl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires scripts/spec_metadata.sh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of thorough yet concise handoff documents, summarizing ongoing work and context for seamless session transfers.

Core Features & Use Cases

  • Structured Handoff Generation: Creates detailed handoff documents with specific file paths and YAML frontmatter.
  • Contextual Summarization: Compiles task status, critical references, recent changes, learnings, and action items.
  • Use Case: Before ending a long coding session, use this Skill to generate a handoff document that another developer can use to immediately understand the project's status and pick up where you left off.

Quick Start

Use the create_handoff skill to generate a handoff document for the current work.

Frequently Asked Questions about create_handoff

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

FAQPage Schema
How do I create a handoff document for transferring work between AI coding sessions?

To create a handoff document for session transfer, this Skill generates a structured file with YAML frontmatter containing metadata like git commit, branch, and repository, alongside sections for tasks, recent changes, learnings, and action items to ensure work continuity.

What is an AI session handoff document and what metadata does it include?

An AI session handoff document is a structured summary that ensures work continuity between developers. It includes metadata such as date, researcher, git commit, branch, repository, topic, tags, status, and last updated information to provide immediate context.

How do I document my codebase context and task status before ending a long coding session?

You can document codebase context and task status before ending a session by generating a handoff document that compiles critical references, recent changes, learnings, artifacts, action items, and other notes to seamlessly transfer ongoing work.

Can I use this handoff generation skill for any repository and git branch?

Yes, this skill works for any repository and git branch by extracting metadata like the current git commit and branch name to populate the YAML frontmatter, ensuring the generated handoff document accurately reflects the specific codebase state.

What's the best way to summarize ongoing development work for another developer?

The best way to summarize ongoing development work for another developer is using automated handoff generation, which compiles task status, critical references, recent changes, and action items into a concise yet thorough structured document for immediate context recovery.

Does generating a session transfer document require any specific scripts or dependencies?

Generating a session transfer document requires the spec_metadata.sh script dependency to extract repository context. The Skill uses this script to gather necessary git metadata and populate the structured handoff document automatically.