handoff

handoff is a skill for Claude Code, Codex from andrewcigan/vibe-dev-plugin. It costs 64 tokens per session (1,177 once invoked), scanned A, original, MIT.

A session-closing checklist for recording work and confirming that a project is ready to continue later.

In plain words
What is it for?
Use it to check the build and tests, update session and feature records, group open errors, remove stale temporary files, check for committed secrets, and test a clean restart.
Why use it?
It reduces the chance of losing progress, leaving failed checks unresolved, keeping temporary files, exposing secrets, or breaking the next startup.

Skill for Claude CodeCodex

Part of the vibe-dev plugin — 29 skills, 24 agents, 7 hooks shipped together

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/andrewcigan/vibe-dev-plugin/handoff
Any agent
npx skills add andrewcigan/vibe-dev-plugin --skill handoff
Clone the repo
git clone --depth 1 https://github.com/andrewcigan/vibe-dev-plugin

Made for: Claude Code, Codex.

Or install vibe-dev, the plugin that ships this one along with the rest of its 29 skills, 24 agents, 7 hooks.

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/andrewcigan/vibe-dev-plugin/handoff.svg)](https://agentmods.dev/skills/andrewcigan/vibe-dev-plugin/handoff)
Your own site
<a href="https://agentmods.dev/skills/andrewcigan/vibe-dev-plugin/handoff"><img src="https://agentmods.dev/badge/skills/andrewcigan/vibe-dev-plugin/handoff.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,177 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 $0.00064 $0.01177
Opus 5 $0.00032 $0.00589
Sonnet 5 $0.00013 $0.00235
Haiku 4.5 $0.00006 $0.00118

Measured 5d ago against content hash 0567f1e61c91, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 · 145 lines

How it starts

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

/handoff

5-dimensions clean-exit. Закрывает боль «забываю что делал».

5 dimensions check

1. Build

# Проект собирается без ошибок
npm run build
# или эквивалент

2. Tests

# Все тесты зелёные (existing + новые)
npm test

3. Progress

  • SESSION.md обновлён (Today / What's Done / What's In Progress / What's Next)
  • feature_list.json обновлён (state changes, evidence)
  • error-journal.md обновлён если были ошибки

4. Artifacts

# Нет stale temp файлов
find . -name "*.tmp" -mtime -1
find . -name ".DS_Store" -delete

# Секреты не в git
git status | grep -i "\.env\|secret\|key" || echo "✓ no secrets staged"

5. Startup

# Следующая сессия сможет запустить ./init.sh с нуля
# Симуляция:
git stash
./init.sh
git stash pop
# Если упало — что-то не в репо

Если что-то не закрыто

Запиши в SESSION.md секцию # Open Issues:

## Open Issues (handoff не чистый)
- [ ] Tests падают: <которые> — нужен fix в feat-XXX
- [ ] Build падает: <причина>
- [ ] Нет evidence для feat-YYY

Следующая /resume сразу увидит и предложит починить ДО продолжения.

Группировка ошибок этой сессии

Прочитай error-journal.md записи этой сессии (по timestamp):

  • Сгруппируй по Класс ошибки
  • Для каждой группы: можно ли извлечь урок?

Promotion в память

Для каждого извлекаемого урока:

Lesson scope: project

  • ~/.claude/projects/<dashed-path>/memory/feedback_<slug>.md
  • → Добавить строку в MEMORY.md этого проекта

Lesson scope: user

  • ~/.claude/memory/MEMORY.md (глобальная)
  • Например: «пользователь предпочитает state-machine over tool_use»

Lesson scope: system

  • → Предложение пользователю: «Заметил системный паттерн X. Добавить в ~/CLAUDE.md? Это будет применяться во всех проектах»
  • НЕ записывать без явного confirm

Финальная фраза: одной строкой пользователю:

Сессия закрыта. 3 ошибки → 2 урока для памяти:
- "concurrent_writes_to_same_file" (project) — записал в feedback_concurrent_writes.md
- "execute_dont_ask" (user) — confirm? (д/н)

Read the full file on GitHub · 145 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 · 145 lines · 64 tokens per session scan A 0567f1e61c91

Subscribe to this mod's changes

handoff is a skill published in the GitHub repository andrewcigan/vibe-dev-plugin (5 stars, last pushed 1mo ago), licensed MIT. It adds 64 tokens to every session and 1,177 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

event-review

周审/记忆提炼。用干净的上下文读取事件日志与任务残留,提炼候选条目进 inbox,按阈值提议 memory/knowledge/skill 升级,并陪同用户逐条分流。当用户说"review events"、"整理记忆"、"周审"、"提炼事件"或距离上次审阅超过一周时使用。.

reatcat/l123-harness · 92 tokens

init-harness

在当前项目初始化 L1-L2-L3 三级记忆骨架(CLAUDE.md 常驻层、.agents/INDEX.md 索引、.agents/ 详情目录、门禁清单、模板)。当用户说"初始化 harness"、"装上三级记忆"、"init harness"、"给这个项目上记忆系统",或新项目希望启用本插件方法论时使用。.

reatcat/l123-harness · 95 tokens

vibe-debugging-journal

Records resolved bugs in a persistent journal — symptom, root cause, difficulty, fix, prevention. Organized by category for future reference.

ash1794/vibe-engineering · 33 tokens

vibe-session-context-flush

Performs smart context summarization when the context window is approaching capacity. Identifies what to keep, what to summarize, and creates a compact resume state.

ash1794/vibe-engineering · 38 tokens

vibe-reflect-and-compound

Extracts learnings from completed work, feedback, or failures. Updates a persistent learnings file with capped entries. Use after receiving feedback, fixing bugs, or completing complex tasks.

ash1794/vibe-engineering · 44 tokens

last30Days

Resolve "last30Days" to a concrete ISO date range relative to your run time — a rolling 30-day window ending today. Returns inclusive civil dates plus exact UTC instants so you have temporal context without computing dates by hand. Read-only: no writes, no network. Use before a "last 30 days" / trailing-month task…

chaitanyagiri/munder-difflin · 83 tokens