agent-handoff-packager

Package agent context, decisions, and state into a portable handoff artifact.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill agent-handoff-packager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-handoff-packager
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/external/codex-skills-live/agent-handoff-packager
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill agent-handoff-packager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Packages the current agent's context and decisions into a portable handoff artifact so another agent (or future session) can resume seamlessly.

Core Features & Use Cases

  • Inventory — List files read, edited, or created during the current work to reproduce or audit the task.
  • Decisions & Open Questions — Capture key decisions, rationale, and blockers to guide the next agent.
  • Handoff Emission — Produce a single artifact containing context, diffs, and questions for resumption in a new session.

Quick Start

Run the agent-handoff-packager to bundle the current session into a handoff document for the next agent.

Frequently Asked Questions about agent-handoff-packager

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

FAQPage Schema
How do I package agent context for a seamless session handoff?

Capturing agent state and decisions for handoff involves inventorying read or edited files, documenting rationale, and emitting a single artifact. This structured package ensures the next agent can resume the task without losing prior context or open questions.

What is the best way to save a checkpoint before resuming work in a new conversation?

The best way to save a checkpoint is to package context, diffs, and open questions into a deterministic handoff artifact. This approach captures the exact working state, allowing a future agent or session to resume seamlessly without re-establishing prior context.

When do I need to create a portable handoff artifact for an AI agent?

You need to create a portable handoff artifact when transferring work between agents, saving a session checkpoint, or resuming work in a new conversation. It specifies the required structure to ensure the next agent seamlessly continues the task.

Does the agent handoff packager require specific dependencies to capture workflow state?

The agent handoff packager operates with no external dependencies, using standard agent session data to build the handoff artifact. It inventories edited files and captures decisions to ensure the handoff package is self-contained and portable.

Can I document open questions and blockers when packaging agent state for another session?

Yes, you can and should document open questions and blockers when packaging agent state. The handoff artifact explicitly captures key decisions, rationale, and blockers to guide the next agent in resolving outstanding issues during session resumption.