repo-harness-handoff

Prepare and resume Codex handoff packets for long tasks.

407|29|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Ancienttwo/repo-harness --skill repo-harness-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-harness-handoff
Source: https://github.com/Ancienttwo/repo-harness/tree/main/assets/skill-commands/repo-harness-handoff
Command: npx skills add https://github.com/Ancienttwo/repo-harness --skill repo-harness-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Codex handoff packets can become disorganized and difficult to manage during long tasks, making it hard to resume work efficiently.

Core Features & Use Cases

  • Handoff Packet Management: Prepare and resume handoff packets for long tasks without running the full workflow check surface.
  • Customizable Reasoning: Confirm target repo path and handoff reason before preparing a rollover packet.
  • Prompt Customization: Use --print-prompt for exact fresh-session prompts.
  • Verification: Ensure handoff files exist and are current with minimal checks.

Quick Start

Run repo-harness run prepare-codex-handoff --reason <reason> to prepare a handoff packet.

Frequently Asked Questions about repo-harness-handoff

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

FAQPage Schema
How do I manage Codex handoff packets for long task rollover?

Use the `repo-harness run prepare-codex-handoff` command with the `--reason` flag to prepare a rollover packet. This packages the current session context for a fresh Codex or Claude session without executing the full workflow check surface.

What is a Codex handoff packet and when do I need one?

A Codex handoff packet preserves session context for long tasks. You need one when resuming work in a fresh Claude or Codex session to avoid losing progress or repeating previous workflow checks.

Can I customize the fresh-session prompt for a Codex handoff?

Yes, you can customize the fresh-session prompt for a Codex handoff by using the `--print-prompt` option. This provides the exact prompt needed to resume the task in a new session.

Does Codex handoff preparation require a full workflow check?

No, Codex handoff preparation does not require a full workflow check. The process focuses on efficient preparation and resumption, performing only minimal verification to ensure handoff files exist and are current.

How do I verify that Codex handoff files are current?

You can verify that Codex handoff files are current by running the built-in verification checks. This minimal validation ensures the required handoff files exist and are up to date before attempting a task rollover.