passdown-handoff

passdown-handoff is a skill for Claude Code from vunm-io/passdown. It costs 45 tokens per session (995 once invoked), scanned A, original, MIT.

A session-handoff skill that writes a small log describing unfinished work, decisions, and next steps. The next agent or work session can read this file instead of replaying the whole conversation.

In plain words
What is it for?
Use it at the end of a work session to create one dated handoff file in the configured log folder.
Why use it?
It prevents important context from being lost when work pauses or changes hands.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions AGENTS.md; mentions Codex.

Part of the passdown plugin — 4 skills shipped together

Good fit Use it at the end of a work session to create one…

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

Made for: Claude Code.

Or install passdown, the plugin that ships this one along with the rest of its 4 skills.

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 passdown-handoff

README.md
[![agentmods](https://agentmods.dev/badge/skills/vunm-io/passdown/passdown-handoff.svg)](https://agentmods.dev/skills/vunm-io/passdown/passdown-handoff)
Your own site
<a href="https://agentmods.dev/skills/vunm-io/passdown/passdown-handoff"><img src="https://agentmods.dev/badge/skills/vunm-io/passdown/passdown-handoff.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 995 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.00045 $0.00995
Opus 5 $0.00023 $0.00498
Sonnet 5 $0.00009 $0.00199
Haiku 4.5 $0.00005 $0.00100

Measured 7d ago against content hash 6d433d9bf159, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

passdown-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 7d 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.

plugins/passdown/skills/passdown-handoff/SKILL.md · 97 lines

How it starts

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

Passdown Handoff

End every working session with a passdown: a small file the next shift reads to catch up. State lives in files, never in the session.

Configuration (read first)

Build the effective passdown configuration root-to-nearest. Read applicable AGENTS.md files from the workspace/repository root down to the current directory, plus any parent file explicitly referenced by a thin entrypoint. Merge ## passdown keys in that order: nearer values override the same key and inherit omitted keys. Resolve relative paths against the file that declared them.

The effective configuration should contain:

## passdown
- log_dir: <path for session logs>
- log_language: en   # or another language for human-facing logs

If a required key is still missing, ask where session logs should live and suggest adding it to the appropriate AGENTS.md.

Process

  1. Create ONE new log file: <log_dir>/YYYY-MM-DD_<short-topic>_<agent>-HHMMSS.md. Before writing, check whether the path already exists. On collision, add an incrementing suffix (-2, -3, ...) and create a new file; never truncate or append to another session's or agent's file.

  2. Start with machine-readable frontmatter, then the body sections (in the configured language). The frontmatter is what lets the next shift — or passdown-pickup — filter logs without reading them in full:

    ---
    status: DONE          # DONE | IN_PROGRESS | BLOCKED
    branch: <git branch>
    agent: <agent identity — the host name (claude|codex|kiro) unless the workspace names agents>
    plan: <path to the plan/change this session executed, or none>
    ---
    

    plan: paths must resolve from the workspace root — no repo shorthand, arrows, or prose, because passdown-pickup opens them mechanically. A session that executed several plans lists them all:

    plan:
      - repo-a/openspec/changes/slug-0004-short-name/
      - repo-a/openspec/changes/slug-0009-short-name/
    

Read the full file on GitHub · 97 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. 7d ago First seen · 97 lines · 45 tokens per session scan A 6d433d9bf159

Subscribe to this mod's changes

passdown-handoff is a skill published in the GitHub repository vunm-io/passdown (8 stars, last pushed 17d ago), licensed MIT. It adds 45 tokens to every session and 995 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.