handoff

Create and resume session handoffs to preserve project context.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hodor/claude-compass --skill handoff-hodor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: handoff
Source: https://github.com/hodor/claude-compass/tree/main/plugin/skills/handoff
Command: npx skills add https://github.com/hodor/claude-compass --skill handoff-hodor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

The handoff Skill addresses the challenge of losing project context over time by enabling users to create and resume sessions, compressing context into a portable document and verifying state for continuity.

Core Features & Use Cases

  • Session Handoff: Creates a comprehensive handoff document at the end of a session or resumes from an existing handoff.
  • Context Compression: Compresses project context into a portable document for easy transfer between sessions.
  • State Verification: Verifies the current state of the project against the handoff to ensure continuity.
  • Use Case: When ending a work session, users can create a handoff to save context. When resuming, they can verify the current state against the handoff and continue work seamlessly.

Quick Start

Create a handoff at the end of your work session using the 'create handoff' command.

Frequently Asked Questions about handoff

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

FAQPage Schema
How do I preserve project context when ending a work session?

To preserve project context when ending a work session, you can create a session handoff that compresses current state and progress into a portable document for later resumption.

What is the best way to resume a project workflow after a break?

Resuming a project workflow after a break involves verifying the current project state against an existing session handoff document, ensuring continuity and allowing you to seamlessly continue work.

How does context compression work for project continuity?

Context compression for project continuity works by capturing and compressing your current project context into a portable document, which can be transferred and verified against the project state at a later time.

Do I need git to manage session handoffs?

Yes, you need git installed and accessible to manage session handoffs, because the Skill requires the ability to execute git commands to verify project state and ensure continuity.

Can I use session handoff capabilities without a .compass folder?

No, you cannot use session handoff capabilities without a .compass folder, as the Skill explicitly requires access to the project's .compass/ folder to create and resume session handoffs.