handoff

handoff is a skill for Claude Code, Codex from 44-pixels/handover-mcp. It costs 65 tokens per session (1,103 once invoked), scanned A, original, MIT.

A guide for creating or resuming a handoff, a short record that lets another person or coding agent continue unfinished work.

In plain words
What is it for?
Use it to inspect the task and repository state, update an existing handoff, record what is verified or missing, and prepare work for later continuation.
Why use it?
It preserves the goal, evidence, current state, and next useful action when a session ends or ownership changes.

Skill for Claude CodeCodex

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

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.

agentmods
npx agentmods add skills/44-pixels/handover-mcp/handoff
Any agent
npx skills add 44-pixels/handover-mcp --skill handoff
Clone the repo
git clone --depth 1 https://github.com/44-pixels/handover-mcp

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/44-pixels/handover-mcp/handoff.svg)](https://agentmods.dev/skills/44-pixels/handover-mcp/handoff)
Your own site
<a href="https://agentmods.dev/skills/44-pixels/handover-mcp/handoff"><img src="https://agentmods.dev/badge/skills/44-pixels/handover-mcp/handoff.svg" alt="Measured on agentmods" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,103 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00065 $0.01103
Opus 5 $0.00032 $0.00551
Sonnet 5 $0.00013 $0.00221
Haiku 4.5 $0.00006 $0.00110

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

skills/handoff/SKILL.md · 133 lines

How it starts

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

Hand off work that another actor can continue

Create the smallest complete continuation record. The next human or agent should be able to identify the goal, trust the evidence, and take one useful action without receiving the original chat.

This skill works locally. Handover MCP or the handover-sh CLI adds shared, versioned publishing when it is available; never make installation a prerequisite for creating a useful handoff.

Choose create or resume

  • Create when the current actor is stopping, changing models, approaching a context limit, or transferring ownership.
  • Resume when the user provides HANDOFF.md, a Handover link, a handover slug, or another continuation record.
  • If the request needs strict machine-readable JSON, schema validation, or protocol exchange, use the companion handover-record skill.

Inspect the source of truth

Before writing, inspect the current task, relevant files, version-control status and diff, linked issue or pull request, test output, and any existing handoff. Prefer original artifacts over remembered summaries. Update an existing canonical handoff instead of creating a duplicate.

Do not invent missing state. Label it Unverified or make it an open question. Keep credentials, secrets, tokens, private keys, copied sessions, hidden reasoning, and unnecessary personal data out of every artifact.

Create the local record

Use the path requested by the user. Otherwise update an existing handoff or write HANDOFF.md at the project root when the record should travel with the project.

# Handoff

## Goal
The intended outcome and acceptance criteria.

## Current state
- Complete:
- In progress:
- Blocked:
- Unverified:

## Decisions
- Decision, reason, and consequence.

## Evidence
- File, URL, command result, test, revision, or other original artifact.

## Next action
The smallest useful next step, with an owner when known.

## Open risks and questions
- Anything that could change the next action.

## Relevant artifacts
- Exact paths or links the next actor should inspect.

Read the full file on GitHub · 133 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. 5d ago First seen · 133 lines · 65 tokens per session scan A cc215a96e0d4

Subscribe to this mod's changes

handoff is a skill published in the GitHub repository 44-pixels/handover-mcp (1 stars, last pushed 1mo ago), licensed MIT. It adds 65 tokens to every session and 1,103 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-31.

Related

Other skills, from other repositories

seller-research

Use when researching a merchant, storefront, marketplace seller, or merchant of record for a buying decision, especially when identity, refund terms, fulfillment, counterfeit risk, domain history, or independent buyer outcomes are uncertain.

cinderline/northcinder · 46 tokens

product-research

Use when researching or comparing a specific product, model, or variant for a buying decision, especially when specifications conflict, fit or compatibility matters, retailer copy dominates, or the evidence may be incomplete.

cinderline/northcinder · 43 tokens

aba-precision-protocol

FOUNDATIONAL BEHAVIORAL PROTOCOL — ABA-based precision execution rules. Every prompt processed must follow these rules. Mistakes caught late create intermittent reinforcement of wrong patterns. Stop-fix-verify before proceeding.

dcostenco/prism-coder · 48 tokens

prism-startup

Activate on the first user turn of every conversation, including greetings. Load Prism context using the user's configured project and quick, standard, or deep depth, then greet the developer by their configured agent name and show the matching recent-session context.

dcostenco/prism-coder · 52 tokens

Verification Planner

Mandates generation of testassertions.json during planning. v7.2.0 enhanced with severity gates (warn/gate/abort), dependency chains, and Claw-as-Validator support.

dcostenco/prism-coder · 44 tokens

railway-config

Edit this project's Railway infrastructure-as-code configuration. Use this skill whenever the user asks to create, change, import, review, or troubleshoot Railway project infrastructure for the current repository, including services, databases, buckets, custom domains, replicas/regions, groups, environment variables…

Marcelle-Labs/never-ask-twice · 73 tokens