create-handoff

create-handoff is a skill for Claude Code, Codex from wublinux/supply-chain-local-agent. It costs 23 tokens per session (258 once invoked), scanned A, original, MIT.

A skill for preparing a structured work handoff, which is a reviewable summary of work passed to another person or team. It gathers status, completed work, pending actions, risks, decisions, contacts, and source references.

In plain words
What is it for?
Use it to draft handoffs with owners, deadlines, risks, decisions, contacts, and source files, then present the draft for confirmation before saving it.
Why use it?
It reduces missing or invented details when transferring work and keeps knowledge-base evidence separate from unverified conversation details.

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/wublinux/supply-chain-local-agent/create-handoff
Any agent
npx skills add wublinux/supply-chain-local-agent --skill create-handoff
Clone the repo
git clone --depth 1 https://github.com/wublinux/supply-chain-local-agent

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/wublinux/supply-chain-local-agent/create-handoff.svg)](https://agentmods.dev/skills/wublinux/supply-chain-local-agent/create-handoff)
Your own site
<a href="https://agentmods.dev/skills/wublinux/supply-chain-local-agent/create-handoff"><img src="https://agentmods.dev/badge/skills/wublinux/supply-chain-local-agent/create-handoff.svg" alt="Measured on agentmods" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 258 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.00023 $0.00258
Opus 5 $0.00012 $0.00129
Sonnet 5 $0.00005 $0.00052
Haiku 4.5 $0.00002 $0.00026

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

Security

Grade A, and why

create-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/create-handoff/SKILL.md · 27 lines

What it actually says

Create a Work Handoff

Workflow:

  1. Call kb_status and verify the required knowledge is approved.
  2. Call handoff_prepare with the handoff subject and separate queries for each important business area.
  3. Use kb_get when exact wording or surrounding context matters.
  4. Collect and confirm:
  • current status;
  • completed work;
  • pending actions, owners, and deadlines;
  • risks and blocking conditions;
  • confirmed contacts;
  • decisions and reasons;
  • source files and page references.
  1. Keep the evidence chunkId on every item supported by the knowledge base. Items that come only from the current conversation must have an empty source list and be described as unverified conversation input.
  2. Do not invent contacts, deadlines, owners, decisions, or completion status. A contact can be marked confirmed only when it exists in approved/contacts.csv.
  3. Show the complete proposed handoff to the user. Call create_handoff only after explicit confirmation.
  4. The saved file remains a draft. Only the user can approve it with /handoff-approve <id>.
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 · 27 lines · 23 tokens per session scan A c725e3b79f87

Subscribe to this mod's changes

create-handoff is a skill published in the GitHub repository wublinux/supply-chain-local-agent (0 stars, last pushed 7d ago), licensed MIT. It adds 23 tokens to every session and 258 once invoked, about $0.0001 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

documentation-server

Use when you need to store, retrieve, search, or manage documents in a local knowledge base with semantic search and hybrid (vector + full-text) retrieval. Also use when interacting with the documentation server web interface, managing uploads, or performing AI-powered document analysis. Use this instead of MCP-native…

andrea9293/mcp-documentation-server · 71 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…

comet-ml/opik-mcp · 147 tokens

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…

cdeust/Cortex · 91 tokens

qmclaw-workbench

使用 OpenQuantum 的 QMClaw Local Tool 对超导量子比特 S21、能谱、Rabi、Ramsey、T1、SingleShot、DRAG、π 脉冲、功率偏移、Delta 和 RB 等 13 类测控实验做有界、确定性的本地模拟,并组织单比特调校工作流。用于实验规划、接口联调、教学和无硬件预检;不连接 LabRAD/lqms、真实仪器或量子云,不修改校准参数,也不替代 Scientific Validator。.

xi-zhao/OpenQuantum · 126 tokens

book-mirror

Take any book (EPUB/PDF), produce a personalized chapter-by-chapter analysis with two-column tables. Left column preserves the chapter content; right column maps every idea to the reader's actual life using brain context. Output is a single brain page at media/books/ -personalized plus an optional PDF via brain-pdf.

timurgaleev/memex · 71 tokens

quick-capture

Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.

vscarpenter/gsd-task-manager · 0 tokens