handoff

handoff is a skill for Claude Code, Codex from tmusser/ai-engineering-skills. It costs 43 tokens per session (1,939 once invoked), scanned A, original, MIT.

A skill for creating a HANDOFF.md file that records project state so another agent session can continue the work. It includes the current workflow phase, verification status, analysis checkpoint, and next step.

In plain words
What is it for?
Use it at the end of a session, before switching agents, or when resuming work that needs a reliable summary of its state.
Why use it?
It preserves the important context when work is paused or handed to another session, while checking whether older handoff information is still current.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it at the end of a session, before switching agents, or when resuming work that needs a reliable summary of its state.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tmusser/ai-engineering-skills/handoff
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tmusser/ai-engineering-skills --skill handoff
Clone the repo
git clone --depth 1 https://github.com/tmusser/ai-engineering-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for handoff

README.md
[![agentmods](https://agentmods.dev/badge/skills/tmusser/ai-engineering-skills/handoff/github.svg)](https://agentmods.dev/skills/tmusser/ai-engineering-skills/handoff)
Your own site
<a href="https://agentmods.dev/skills/tmusser/ai-engineering-skills/handoff"><img src="https://agentmods.dev/badge/skills/tmusser/ai-engineering-skills/handoff/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for handoff

Your own site · 80×15
<a href="https://agentmods.dev/skills/tmusser/ai-engineering-skills/handoff"><img src="https://agentmods.dev/badge/skills/tmusser/ai-engineering-skills/handoff.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,939 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.01939
Opus 5 $0.00022 $0.00970
Sonnet 5 $0.00009 $0.00388
Haiku 4.5 $0.00004 $0.00194

Measured 9d ago against content hash 2c0545a6ae73, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

handoff scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/handoff_freshness.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/handoff/SKILL.md · 162 lines

How it starts

The opening of the file, as written. The whole thing — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Handoff

Purpose

Compress context into a launchpad for the next session. A handoff is not a transcript — it is durable state that lets a fresh agent continue safely without the full chat history.

A handoff is also not authoritative merely because the file exists. When Git state is available, establish freshness before trusting an existing HANDOFF.md.

When to use

Use at the end of a session, before switching agents, or before pausing work.

When resuming from an existing handoff, apply the freshness check before using its status, next task, verification claims, or analysis checkpoint as current state.

Inputs

  • SPEC.md, PLAN.md, TODO.md, VERIFY.md
  • Optional GOTCHAS.md when recurring project sharp edges have been recorded
  • Active modes, current phase, next gate
  • Analysis checkpoint when one exists: FRESH | NOT_NEEDED | STALE | REQUIRED
  • Compatibility seams, invalid-if constraints, verify gate status, review-required items, next gate command when relevant
  • Context risk level
  • Active debugging hypothesis (if any)
  • When relevant, carry loop state forward: iterations attempted, best known artifact, rejected attempts, current feedback signal, remaining budget, stop condition, and human review trigger.
  • Branch, commit, dirty state
  • Changed files, working/failing commands, unverified files
  • Important decisions, open decisions, traps
  • Freshness anchors when Git state is available: snapshot commit + workspace fingerprint

Freshness rule

The bundled scripts/handoff_freshness.py helper lives inside this skill directory. Resolve the active handoff skill directory, then use the helper to stamp and check HANDOFF.md.

Status semantics:

  • PASS — non-handoff repository state still matches the stamped snapshot.
  • STALE — repository state changed after the handoff snapshot. Treat the handoff as advisory only, re-read live project state, and regenerate it before resuming.
  • REVIEW_REQUIRED — freshness could not be established. Do not silently trust the handoff as current state.

Read the full file on GitHub · 162 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 162 lines · 43 tokens per session scan A 2c0545a6ae73

Subscribe to this mod's changes

handoff is a skill published in the GitHub repository tmusser/ai-engineering-skills (4 stars, last pushed yesterday), licensed MIT. It adds 43 tokens to every session and 1,939 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

dwi-budget

Set and report practical token, context, time, tool-call, and coordination boundaries for coding-agent work. Use when resource use is unclear or needs a checkpoint. Do not invent measurements, monetary savings, cache benefit, or precision that the harness does not expose.

thienhoc/dwi-by-thienhoc · 56 tokens

concise-mode

Use this skill to enforce high-density, zero-filler, token-efficient communication. Strips conversational fluff, polite preamble, redundant summaries, and repetitive apologies to maximize reasoning density, reduce latency, and conserve context window budget.

karthikrshet/aiskills · 54 tokens

orbit-general

Open Orbit briefing skill — selected by the Orbit pipeline when the user has two or more connectors connected. Pulls the past 24 hours of activity from every authenticated connector (GitHub, Linear, Notion, Slack, 飞书, Calendar, Gmail, Drive, Sentry, Vercel, …) and renders a single adaptive bento-grid dashboard at the…

nexu-io/open-design · 162 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

orbit-gmail

Open Orbit briefing skill — selected by the Orbit pipeline when Gmail is the user's only connected connector, or when the user explicitly scopes their daily digest to Gmail. Pulls the past 24 hours of inbox activity (replies awaited, mentions, cc, auto- categorized bulk) from the user's authenticated Gmail connection…

nexu-io/open-design · 115 tokens

discovery-question-form

Structured clarification form for unresolved material requirements.

nexu-io/open-design · 13 tokens