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 agentmods add skills/initxy/noeta/handoffnpx skills add initxy/noeta --skill handoffgit clone --depth 1 https://github.com/initxy/noetaWrote 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/initxy/noeta/handoff)<a href="https://agentmods.dev/skills/initxy/noeta/handoff"><img src="https://agentmods.dev/badge/skills/initxy/noeta/handoff.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00016 | $0.00432 |
| Opus 5 | $0.00008 | $0.00216 |
| Sonnet 5 | $0.00003 | $0.00086 |
| Haiku 4.5 | $0.00002 | $0.00043 |
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 3d 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
Hand off the session
Distill everything that matters about the current task into a self-contained handoff document, so a fresh agent with none of this conversation's context can pick up exactly where you left off.
Take any focus or output target from the conversation; with none given, cover the whole task so far.
Steps
- Recover the ground truth. Don't rely on memory alone — run
git_statusandgit_diffto capture the actual in-progress changes, andreadthe key files you've been editing so the handoff reflects the real current state. - Write the handoff with these sections, in this order:
- Goal — the task in one or two sentences: what we're trying to achieve and why.
- State — what is already done and working, with the concrete files / functions touched (cite paths).
- In progress — what is half-done right now, and where exactly the cursor is.
- Next steps — the ordered, specific actions the next agent should take.
- Open questions / risks — unresolved decisions, blockers, and known gotchas.
- How to verify — the exact commands to build / test / run this work.
- Be specific and load-bearing. Prefer file paths, command lines, function names, and exact error messages over vague summaries. Cut anything the next agent could rediscover trivially.
- Emit the result. By default print the handoff as your final message. If the user
asked for a file (or named a path above), write it there with
write_file.
Capture only what you actually know from this session and the files you read — do not speculate about parts of the codebase you never looked at.
(fork agent: main)
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.
- 3d ago First seen · 39 lines · 16 tokens per session scan A 7e2bfba36588
handoff is a skill published in the GitHub repository initxy/noeta (9 stars, last pushed 5d ago), licensed Apache-2.0. It adds 16 tokens to every session and 432 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.
Other skills, from other repositories
notion
Notion API for creating and managing pages, databases, and blocks. Use when the user wants to create a Notion page, query a Notion database, update Notion properties, search Notion, add content to Notion, manage Notion blocks, or interact with Notion data sources and workspaces via the API.
ondb
A logical analysis and reasoning tool for AI. Use when decomposing documents into structured knowledge, querying entities and relations, validating consistency, or indexing files. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", "analyze this document", entity CRUD, or cross-skill…
finding-protocol
Operational-tier finding template — minimal fields for sub-agent decision support. Heavyweight deliverable promotion lives in skills/decepticon/final-report.
babysit
Same-session monitoring loop for PRs, CI runs, tickets, and deployments using the monitorstart / monitorupdate / autonudgestop MCP tools. The loop re-injects your check instructions into THIS session on an idle interval — same context, same tools — and works from dashboard chat, Slack threads, and Discord DMs. Use…
aatmf-t10-confidentiality-breach
AATMF T10 — Integrity & Confidentiality Breach. System prompt extraction, training-data extraction, model-weight leakage, private-key recovery.
sn-da-large-file-analysis
万行以上 Excel 数据集的高性能分析引擎。提供 openpyxl readonly 流式读取(iterrows 支持 10 万行以上)、Parquet 转换加速、内存优化、分块处理和大文件写入模式。遇到以下任一情况就主动使用本 skill:①数据行数 ≥ 10k(由 sn-da-excel-workflow 的行数评估步骤触发);②用户出现触发词:大文件 / 大数据量 / 性能优化 / 内存不足 / OOM / 百万行 / 十万行 / 流式读取 / Parquet / 分块处理 / large file / big data / streaming read / chunked processing;③直接使用…