handoff

Installation
SKILL.md

Handoff

Quick Start

Use this when the useful context is in the conversation, terminal output, changed files, or linked artifacts, and the next agent needs a clean continuation point.

Write a handoff document to the temporary directory of the user's OS, not the current workspace. Resolve the temp directory with the platform temp-dir API or environment, such as $TMPDIR on macOS/Linux or %TEMP% on Windows.

Write the handoff under a project and topic folder:

<os-temp-dir>/handoff/<project>/<topic>/handoff.md

If the project or topic is unclear, infer short slugs from the current task, such as vitehub/auth-debug, skills/readme-polish, or nuxt/runtime-config.

Workflow

Installs
2
Repository
onmax/skills
First Seen
May 22, 2026
handoff — onmax/skills