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.
npx skills add cafe3310/public-agent-skills --skill handoffgit clone --depth 1 https://github.com/cafe3310/public-agent-skillsWrote 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.
[](https://agentmods.dev/skills/cafe3310/public-agent-skills/handoff)<a href="https://agentmods.dev/skills/cafe3310/public-agent-skills/handoff"><img src="https://agentmods.dev/badge/skills/cafe3310/public-agent-skills/handoff/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.
<a href="https://agentmods.dev/skills/cafe3310/public-agent-skills/handoff"><img src="https://agentmods.dev/badge/skills/cafe3310/public-agent-skills/handoff.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00023 | $0.00454 |
| Opus 5 | $0.00012 | $0.00227 |
| Sonnet 5 | $0.00005 | $0.00091 |
| Haiku 4.5 | $0.00002 | $0.00045 |
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 11d 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.
What it actually says
编写或更新交接文档,以便拥有全新上下文的下一个 Agent 可以继续此项工作。
步骤:
- 检查项目中是否已存在
HANDOFF.md。如果已存在,在更新前先阅读它以了解先前的上下文。 - 创建或更新包含以下内容的交接文档:
- 目标:我们试图完成的工作,也包括当前正在使用的 TODO 文件。
- 当前进展:目前已完成的工作和步骤。
- 已生效方案:近期成功的方法/尝试。
- 未生效方案:近期失败的方法/尝试(以避免重复)。
- 推荐技能 (Suggested Agent Skills) :建议下一个 Agent 启动后调用的 Agent Skill。
- 后续步骤:继续工作的建议行动项。
注意事项:
- 不要重复记录已在其他文件(如 PRD、方案、决策记录、任务单、提交记录、Diff 等)中捕获的内容,你要直接通过路径或 URL 引用它们。
- 如果用户传入了参数,请将其视为对下一阶段任务焦点的描述,并据此定制交接文档。
保存与交付:
- 将文档保存为项目根目录下的
HANDOFF.md,并告知用户该文件路径,以便他们可以使用该路径开始全新的对话。 - 生成一段简短的文本,让用户可以通过 copy 指令直接复制,并在新的对话中粘贴,以便下一个 Agent 可以快速获取交接文档的路径并继续工作。例如:
我们继续上一个 Agent Session 的操作。 交接指令在 {path_to_handoff} ,请先读取它,并按该文件的指示进行操作。
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.
- 11d ago First seen · 34 lines · 23 tokens per session scan A 71b937ea5383
handoff is a skill published in the GitHub repository cafe3310/public-agent-skills (253 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 23 tokens to every session and 454 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-30.
Other skills, from other repositories
getnote
A tool for working with Get 笔记, a note-taking and knowledge-management service. It can handle notes, images, links, tags, and knowledge bases through that service's API.
obsidian-bases
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
personal-productivity
Help users manage their time and tasks more effectively. Use when someone is overwhelmed with work, struggling with focus, trying to balance multiple responsibilities, or asking how to get more done.
habit-tracker
Build habits with streaks, reminders, and progress visualization.
fitness-coach
Create personalized workout plans and provide exercise guidance.
get-available-resources
This skill should be used at the start of any computationally intensive scientific task to detect and report available system resources (CPU cores, GPUs, memory, disk space). It creates a JSON file with resource information and strategic recommendations that inform computational approach decisions such as whether to…