create-handoff

Generate timestamped Markdown handoff documents with Git metadata.

3|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/theomonfort/theomonfort --skill create-handoff-theomonfort
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-handoff
Source: https://github.com/theomonfort/theomonfort/tree/main/.github/skills/create-handoff
Command: npx skills add https://github.com/theomonfort/theomonfort --skill create-handoff-theomonfort

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Mapping out progress and context between sessions is error-prone; this Skill quickly generates a structured, concise handoff document to preserve context and progression.

Core Features & Use Cases

  • Structured handoffs: generates a complete handoff with metadata, template, and timestamp.
  • Git context capture: includes current commit, branch, and repository information.
  • Standardized naming: uses timestamped filenames for easy organization.
  • Use Case: ending a session to hand off to a new agent or session so work can resume with all context intact.

Quick Start

Provide the current session context and request a new handoff document to be generated.

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 a git session?

To create a handoff document for a git session, provide the current session context to generate a Markdown template that captures repository metadata like branch and commit information. The output is a ready-to-use file with a timestamped name for easy organization.

What is the best way to document work progress between agent sessions?

The best way to document work progress between agent sessions is using a standardized handoff template that preserves repository context. This structured approach prevents context loss by capturing current progress, branch details, and commit history in a concise format.

Does this handoff generator automatically capture git branch and commit details?

Yes, the handoff generator captures git context automatically by gathering current branch, commit, and repository metadata. This information is integrated directly into the Markdown template to ensure the next session has full visibility into the previous work state.

How are handoff documents named for easy organization?

Handoff documents are named using an enforced timestamped filename convention. This standardizes file organization, ensuring chronological sorting and making it straightforward to locate the most recent session handoff in your repository.

Can I use this to transfer work context to a new coding agent?

Yes, you can use this to transfer work context to a new coding agent by generating a structured Markdown file. It captures the necessary session metadata and progression state, allowing the new agent to resume work immediately with all context intact.