# Smart Handoff

> Save a resumable handoff when a session's context/usage budget is nearly exhausted, so any AI runtime (Claude Code, Codex, Antigravity/Agy, OpenCode, Gemini CLI) can pick the work up with zero lost context. Use proactively when approaching ~90-95% context or usage limits.

- Skill: `andersonlimahw/smart-handoff` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add andersonlimahw/smart-handoff`
- Raw SKILL.md: https://api.skillmd.com/api/skills/andersonlimahw/smart-handoff/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Finance & Business
- Author: Andersonlimahw (https://skillmd.com/u/andersonlimahw)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/andersonlimahw/smart-handoff

---


# Smart Handoff

Runtime-agnostic protocol for pausing and resuming long-running AI coding sessions.

## Configuration

Add this plugin to your `plugin.json` or `.claude-plugin/marketplace.json`.

## Core Agents

- **handoff-writer**: Pauses and saves in-flight work safely.
- **handoff-resumer**: Verifies and resumes from a saved handoff.

