handoff

handoff is a skill for Claude Code, Codex from znlgis/my-opencode-deepseek-config. It costs 59 tokens per session (574 once invoked), scanned A, original, MIT.

A compact handoff document that records the goal, constraints, progress, decisions, next steps, and important context of an agent session. It points to existing files instead of copying their contents.

In plain words
What is it for?
Use it when ending a long session, handing work to another agent, or preparing a task to continue later.
Why use it?
It lets another agent continue unfinished work without replaying the whole conversation. This preserves the useful state while keeping the handoff short.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions OpenCode.

Good fit Use it when ending a long session, handing work to another agent, or preparing a task to continue later.

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

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/znlgis/my-opencode-deepseek-config/handoff.svg)](https://agentmods.dev/skills/znlgis/my-opencode-deepseek-config/handoff)
Your own site
<a href="https://agentmods.dev/skills/znlgis/my-opencode-deepseek-config/handoff"><img src="https://agentmods.dev/badge/skills/znlgis/my-opencode-deepseek-config/handoff.svg" alt="Measured on agentmods" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 574 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00059 $0.00574
Opus 5 $0.00030 $0.00287
Sonnet 5 $0.00012 $0.00115
Haiku 4.5 $0.00006 $0.00057

Measured 4d ago against content hash 2d8d78dbeec3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 4d 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.

opencode/skills/handoff/SKILL.md · 68 lines

How it starts

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

Handoff

Compact the current conversation so a fresh agent can continue without replaying the session. Reference existing artifacts — never paste their content.

When to use

  • Ending a session with unfinished work
  • Task mentions "handoff", "交接", "continue later", "next session"
  • Context is too large and you need to preserve current state

Structured format

Every handoff uses these exact headings, in this order:

## Goal
## Constraints & Preferences
## Progress (Done / In Progress / Blocked)
## Key Decisions
## Next Steps
## Critical Context
## Suggested Skills (optional)

Fill each with short bullets, not prose. Leave a section empty (with a single ) rather than padding it. Omit the optional Suggested Skills heading entirely when no skills apply.

What to include

  • Goal: the end state this session was driving toward
  • Progress: what's done / in progress / blocked — paths to artifacts, not content
  • Key Decisions: trade-offs made, alternatives rejected, and why
  • Next Steps: the concrete first actions for the next session
  • Critical Context: gotchas, constraints, or facts the next agent must know
  • Artifact references: paths/URLs to specs, plans, diffs, issues — never inline

What NOT to include

  • Full files or large code blocks — reference paths
  • Secrets (API keys, passwords, tokens, PII) — redact with <REDACTED>
  • Content already captured in artifacts — the path is enough
  • Session chatter irrelevant to the next agent's work

Output

Save to the OS temp directory:

Platform Path
Windows $env:TEMP\opencode-handoff-YYYY-MM-DD-HHmm.md
Unix $TMPDIR/opencode-handoff-YYYY-MM-DD-HHmm.md

Agent workflow

  1. Collect paths of existing artifacts (specs, plans, PRs, diffs)
  2. Fill the structured headings with short bullets: goal, progress, decisions, next steps, critical context
  3. Add an optional Suggested Skills section listing skills the next session should load (omit if none)
  4. Write to the OS temp directory, report the path to the user

Read the full file on GitHub · 68 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. 4d ago Changed · +2 lines 2d8d78dbeec3
  2. 8d ago First seen · 66 lines · 59 tokens per session scan A 689eda54f7d0

Subscribe to this mod's changes

handoff is a skill published in the GitHub repository znlgis/my-opencode-deepseek-config (57 stars, last pushed yesterday), licensed MIT. It adds 59 tokens to every session and 574 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

knowledge-wiki

Manage the personal knowledge wiki. Use when the user shares articles, documents, or asks to organize knowledge; when a conversation produces insights worth preserving as structured knowledge; or when the user asks about the knowledge base.

zhayujie/CowAgent · 46 tokens

wiki

LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model).

Yeachan-Heo/oh-my-claudecode · 19 tokens

remember

Review reusable project knowledge and decide what belongs in project memory, notepad, or durable docs.

Yeachan-Heo/oh-my-claudecode · 20 tokens

ai-context

Project knowledge base for coding agents. Activate when: (1) starting a new session in this project, (2) encountering unfamiliar code patterns or architecture decisions, (3) user asks about project design or rationale, (4) before making significant structural changes. Contains tiered knowledge from stable design…

sopaco/deepwiki-rs · 67 tokens

memory

Persistent, token-efficient project memory. When ON, maintains a .shob/memory/ folder of structured .md files so the full context of the project is NEVER lost across responses, sessions, or context compaction. Uses progressive disclosure — routes through a lightweight INDEX and loads only the files a task needs…

shobcoder/shob · 146 tokens

deja-search

Search deja before re-deriving past work: when the user refers to earlier sessions or decisions, before debugging an error, and before implementing something that may already exist. It searches this machine's own history across every AI coding tool used on it, going back further than deja itself was installed.

vshulcz/deja-vu · 57 tokens