Home / onewave-ai / claude-skills · session-handoff/SKILL.md · GitHub

session-handoff skillA

session-handoff is agent-read markdown (skill) from onewave-ai/claude-skills: Use when a working session is ending, the context window is nearly full, work needs to pass to a teammate or a fresh session, or the user says "hand this off", "write this up before we lose it", "I'm starting a new session", or "summarize where we are". Produces a handoff document that lets the next session resume without re-reading the transcript..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Session Handoff

A session ends three ways: the context fills up, the person leaves, or the work moves to someone else. All three lose the same thing — the reasoning that never made it into a file. This skill writes that reasoning down before it evaporates.

## Core Behavior

Write a handoff file, do not summarize in chat. Chat scrolls away; a file survives a `/clear`, a crash, and a different person opening the repo tomorrow.

Default path: `HANDOFF.md` at the repo root, or `docs/handoff/<yyyy-mm-dd>-<topic>.md` if the repo already has a docs convention. If a handoff file exists, append a new dated section rather than overwriting — the history of what was tried is half the value.

## What Goes In It

Write these sections in this order. Skip a section only when it is genuinely empty.

**Goal.** One sentence: what this work is supposed to achieve, in the user's terms, not the ticket's.

**State.** What is done, what is half-done, what has not been started. Be specific about half-done — "auth works, but the refresh-token path is stubbed and returns a fixed string" beats "auth in progress".
…

Read the whole file at its exact version.

How to install

Latest version
mdr add onewave-ai/claude-skills/session-handoff@git:20260920.97b5147
Exact content
mdr add onewave-ai/claude-skills/session-handoff@sha256:4a456f51ae24d0a5

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_76eztc4dtpxo2g4r.svg)](https://markdownregistry.com/a/art_76eztc4dtpxo2g4r)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.97b5147 latest2026-09-20 97b5147 4,006 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4006 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

onewave-ai/claude-skills · 306 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_76eztc4dtpxo2g4r
GET https://markdownregistry.com/api/v1/resolve?ref=onewave-ai/claude-skills/session-handoff
GET https://markdownregistry.com/api/v1/blob/4a456f51ae24d0a5e603d9c4f28c22b11a3c815cae1b515fc12086998cfe7752

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from onewave-ai/claude-skills

accessibility-auditor skill
onewave-ai/claude-skills · accessibility-auditor/SKILL.md · Audit websites for accessibility issues and WCAG compliance. Use when checking accessibility, fixing a11y issues, or…
git:20260608.d82d20f · audit A · 306 stars
agent-army skill
onewave-ai/claude-skills · agent-army/SKILL.md · Deploy a 2-layer parallel agent hierarchy for large, parallelizable work — big refactors, multi-file migrations…
git:20260704.01b429a · audit A · 306 stars
agent-eval-harness skill
onewave-ai/claude-skills · agent-eval-harness/SKILL.md · Use to test whether an AI agent, prompt, or skill actually works before or after it ships — build a small eval set…
git:20260920.97b5147 · audit B · 306 stars
agent-swarm-deployer skill
onewave-ai/claude-skills · agent-swarm-deployer/SKILL.md · Deploys swarms of sub-agents for massive parallel data processing tasks. Unlike agent-army (which is for code changes)…
git:20260608.d82d20f · audit A · 306 stars
agent-team-builder skill
onewave-ai/claude-skills · agent-team-builder/SKILL.md · Designs and deploys custom agent teams for specific business workflows. Interactive discovery of business processes…
git:20260608.d82d20f · audit A · 306 stars
agent-to-agent skill
onewave-ai/claude-skills · agent-to-agent/SKILL.md · Agent-to-Agent (A2A) communication protocol. Connect two or more Claude agents that pass messages, share context…
git:20260608.d82d20f · audit A · 306 stars
ai-coding-guardrails skill
onewave-ai/claude-skills · ai-coding-guardrails/SKILL.md · Use when an AI coding agent is writing or refactoring production code and its known failure modes need to be held in…
git:20260920.97b5147 · audit A · 306 stars
ai-readiness-assessment skill
onewave-ai/claude-skills · ai-readiness-assessment/SKILL.md · Assesses how ready a business is for AI adoption across six dimensions. Evaluates data maturity, tech stack, team…
git:20260608.d82d20f · audit A · 306 stars
animate skill
onewave-ai/claude-skills · animate/SKILL.md · Generate animated videos and motion graphics from natural language descriptions. Creates a standalone Vite + React…
git:20260225.059b9f3 · audit A · 306 stars
api-documentation-writer skill
onewave-ai/claude-skills · api-documentation-writer/SKILL.md · Generate comprehensive API documentation including endpoint descriptions, request/response examples, authentication…
git:20260608.d82d20f · audit A · 306 stars
api-endpoint-scaffolder skill
onewave-ai/claude-skills · api-endpoint-scaffolder/SKILL.md · Generate REST API endpoints with proper structure, validation, error handling, and types. Use when creating new API…
git:20260225.309ae7a · audit A · 306 stars
api-load-tester skill
onewave-ai/claude-skills · api-load-tester/SKILL.md · Load tests API endpoints with progressive concurrency. Measures response times, error rates, throughput, and identifies…
git:20260608.d82d20f · audit A · 306 stars

Every file in onewave-ai/claude-skills

Other files named session-handoff

session-handoff skill
sethgammon/citadel · skills/session-handoff/SKILL.md · Synthesizes the current session into a structured HANDOFF block for context transfer between sessions. Captures what…
git:20260611.0f3f8e7 · audit A · 923 stars
session-handoff skill
ai-analyst-lab/ai-analyst · .claude/skills/session-handoff/SKILL.md · Preserve critical state when a session approaches context limits so the next session can pick up seamlessly. Use this…
git:20260902.b370de6 · audit A · 302 stars
session-handoff skill
aktsmm/agent-skills · session-handoff/SKILL.md · Create a compact handoff note so a new chat/session can first acknowledge the current state before work resumes. Use…
git:20260812.96d7c42 · audit A · 26 stars
session-handoff skill
upex-galaxy/agentic-qa-boilerplate · .agents/skills/session-handoff/SKILL.md · Compact an entire agent session into a handoff document so a NEW session resumes exactly where this one stopped, as if…
git:20260923.27a7dc0 · audit A · 23 stars
session-handoff skill
iuliandita/skills · skills/session-handoff/SKILL.md · Write an agent session handoff with current state, decisions, unfinished work, verification, and next steps.
git:20260920.ac01853 · audit A · 7 stars
session-handoff skill
qiusuo0226/session-handoff-skill · governance/baselines/0.1.0/SKILL.md · 把当前对话里的需求、资料、进度和约束收成一份记忆 markdown,方便下一场会话接着干。 落盘前询问保存位置;未指定时先识别操作系统再建议路径(例如 Windows 下的 Downloads)。…
git:20260904.1e0095f · audit A · 2 stars
session-handoff skill
qiusuo0226/session-handoff-skill · SKILL.md · 把当前对话里的需求、资料、进度和约束收成一份记忆 markdown,方便下一场会话接着干。 落盘前询问保存位置;未指定时先识别操作系统再建议路径(例如 Windows 下的 Downloads)。…
git:20260904.1e0095f · audit A · 2 stars

Browse by kind, by grade A, or by owner.