handover

handover is a skill for Claude Code from randommonicle/claude-skills. It costs 93 tokens per session (1,407 once invoked), scanned A, original, Apache-2.0.

A guide for writing a structured handover note when work must be wrapped up or the conversation is running out of context. A handover note records the current state so another person or agent can continue.

In plain words
What is it for?
Use it when the context window reaches the specified warning level or when the user asks to wrap up.
Why use it?
It prevents invented context estimates and preserves the information needed to resume the work accurately.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ash plugin — 43 skills, 3 hooks shipped together

Good fit Use it when the context window reaches the specified warning level or when the user asks to wrap up.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/randommonicle/claude-skills/handover
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 randommonicle/claude-skills --skill handover
Clone the repo
git clone --depth 1 https://github.com/randommonicle/claude-skills

Made for: Claude Code.

Or install ash, the plugin that ships this one along with the rest of its 43 skills, 3 hooks.

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 handover

README.md
[![agentmods](https://agentmods.dev/badge/skills/randommonicle/claude-skills/handover/github.svg)](https://agentmods.dev/skills/randommonicle/claude-skills/handover)
Your own site
<a href="https://agentmods.dev/skills/randommonicle/claude-skills/handover"><img src="https://agentmods.dev/badge/skills/randommonicle/claude-skills/handover/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 handover

Your own site · 80×15
<a href="https://agentmods.dev/skills/randommonicle/claude-skills/handover"><img src="https://agentmods.dev/badge/skills/randommonicle/claude-skills/handover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,407 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.00093 $0.01407
Opus 5 $0.00046 $0.00704
Sonnet 5 $0.00019 $0.00281
Haiku 4.5 $0.00009 $0.00141

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

Security

Grade A, and why

handover 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 10d 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.

handover/SKILL.md · 87 lines

How it starts

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

Handover note

The global operating rules define context bands: green below 50%, yellow 50 to 65%, amber 65 to 75%, red above 75%. At yellow, mention the reading and keep commits small with explicit scope cuts. At amber, take no new work units. At red, stop and hand over. This skill defines what the handover contains and how to produce it.

When this applies

  • The context band reaches amber or red.
  • The user says "wrap up", "handover", "hand off", or similar.
  • A long session is ending deliberately and the next session needs to resume cleanly.

Step 1: measure, never estimate

Run /context first and use the real figure. Do not guess or estimate the percentage. Run /context and use the figure it returns. The whole point of the bands is that the decision to wrap is made on a real reading, not a feeling.

Where the harness cannot invoke /context — a non-interactive orchestrator or headless session — an honest gap is the reading. Write "no reading — /context unavailable in this harness" verbatim into the note's wrap-up context, never an invented or estimated percentage, and make the band decision from the harness's own signals (context-compaction warnings, summarisation system reminders). Five consecutive sessions on one project (2026-07-31 to 2026-08-12) wrote that gap into prose and re-declared this rule change due before the rule caught up with the harness it actually runs in.

Step 2: the handover note

A fixed shape, so the next session can read it once and resume:

  1. Session goal. One line: what this session set out to do.
  2. Branch and worktree. The working branch, and the worktree path if non-standard. The next session starts on main by default and otherwise has to rediscover this from git log.
  3. What landed. Commits and PRs with sha and a one-line description each. Mark each as verified or unverified.
  4. In flight. What is half-done, with exact file:line ranges, not bare paths. Enough that the next session can open the file at the right place.
  5. Deferred items. Every item deferred this session, each with its grep anchor, per the flag-deferred-items skill. The note records where the anchor was planted.
  6. Verification still outstanding. Migration catalog queries to run, smokes to run, post-rollout checks not yet done.
  7. Blockers and open questions. Anything waiting on a decision or an external answer.
  8. Next actions. Ordered and concrete. Each is a single first step, not a theme.
  9. Traps and working agreements. Project-specific gotchas surfaced this session, plus standing rules that bit or nearly bit (confirm before push, money is pounds not pence, grep the live schema rather than trusting handover docs).

Read the full file on GitHub · 87 lines

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. 10d ago First seen · 87 lines · 93 tokens per session scan A 70afd0c08db6

Subscribe to this mod's changes

handover is a skill published in the GitHub repository randommonicle/claude-skills (23 stars, last pushed 4d ago), licensed Apache-2.0. It adds 93 tokens to every session and 1,407 once invoked, about $0.0005 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.