handoff

handoff is a skill for Claude Code, Codex from ngreenwall/claude-skills. It costs 111 tokens per session (3,046 once invoked), scanned A, original, MIT.

A handoff workflow for saving durable project context before a coding session ends or a new one begins. It records what changed, what was decided, and what remains to do without copying the whole conversation.

In plain words
What is it for?
Use it when closing a session, starting fresh, or reaching a context limit while work is unfinished. It is intended for reviewed handoff notes in project context files.
Why use it?
It gives the next session a reliable starting point and reduces the chance that unfinished work or important decisions are forgotten.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

Good fit Use it when closing a session, starting fresh, or reaching a context limit while work is unfinished. It is intended for reviewed handoff notes in project context files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ngreenwall/claude-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 ngreenwall/claude-skills --skill handoff
Clone the repo
git clone --depth 1 https://github.com/ngreenwall/claude-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/ngreenwall/claude-skills/handoff/github.svg)](https://agentmods.dev/skills/ngreenwall/claude-skills/handoff)
Your own site
<a href="https://agentmods.dev/skills/ngreenwall/claude-skills/handoff"><img src="https://agentmods.dev/badge/skills/ngreenwall/claude-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/ngreenwall/claude-skills/handoff"><img src="https://agentmods.dev/badge/skills/ngreenwall/claude-skills/handoff.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,046 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.00111 $0.03046
Opus 5 $0.00056 $0.01523
Sonnet 5 $0.00022 $0.00609
Haiku 4.5 $0.00011 $0.00305

Measured 9d ago against content hash 07b7a8eac9b8, 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.

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.

handoff/SKILL.md · 186 lines

How it starts

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

SKILL: Handoff

Leave durable project context for the next chat. Do not paste a full conversation recap or duplicate what already lives in project context files (CLAUDE.md, AGENTS.md, README.md, etc.).

When to run this

Not just end-of-task. Two triggers:

  • Task done: run handoff, then start a new session anytime after, context window usage doesn't matter.
  • Context running high, task not done: run handoff at a safe checkpoint (use the Next: field for what's left), then start a new session. Prefer this over /compact, handoff is a reviewed, explicit capture; /compact is an automatic, lossy summary and risks silent drift. Reserve /compact for a small amount of remaining work not worth a checkpoint.

PROTOCOL (run in this exact order)

0. Early exit for no-op sessions

Judge by session content first: did this session create or edit any files, or make any commits, including ones made mid-conversation outside this flow, and in prior handoff runs or a separate context-update pass earlier in the same session? If yes, there's work to log, continue from Step 1 regardless of what git status shows.

Only reach for git status --porcelain (terminal available, project is a git repo) as a confirmation check, and only once session content already points to nothing having happened, never as the primary signal. A clean working tree doesn't by itself mean nothing changed, earlier work may have already been committed and pushed outside the handoff flow, and that's real shipped work that still needs logging. Skip to Step 13 with a lightweight report only when session content says nothing happened: state that nothing changed this session, and mark every checklist line as no changes/already up to date.

If no terminal is available, or the project isn't a git repo, git status can't help at all, judge by session content alone.

1. Detect bootstrap gaps and route to project-init when needed

Check whether baseline scaffolding is missing:

  • CLAUDE.md
  • README.md
  • .cursor/rules/context-router.md

Read the full file on GitHub · 186 lines

Files

What ships with it

3 files 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 · 186 lines · 111 tokens per session scan A 07b7a8eac9b8

Subscribe to this mod's changes

handoff is a skill published in the GitHub repository ngreenwall/claude-skills (2 stars, last pushed 9d ago), licensed MIT. It adds 111 tokens to every session and 3,046 once invoked, about $0.0006 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.