By sofumel
Save a compact handoff checkpoint and resume in a fresh session without replaying the entire transcript via --resume. Multi-language (en/ja/zh/zh-TW/ko/es/pt/de/fr/tr — 10 total), zero-token deterministic schema validation, turn-count nudge hook, and AUTO-SAVE at 90%/95% usage (synced with Claude Code's UI notification, per-session toggleable via /handoff-auto).
Toggle automatic handoff save (90%/95% triggers) for THIS session — pass on, off, or status
Save a compact handoff checkpoint so a fresh session can resume cheaply (no `--resume`).
Resume work from `.claude/handoff/current.md` in this fresh session (skip `--resume`).
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Continue Claude Code work after a rate / usage / context limit without burning 30k–200k tokens replaying the prior transcript.
🇺🇸 English · 🇯🇵 日本語 · 🇨🇳 中文 · 🇹🇼 繁體中文 · 🇰🇷 한국어 · 🇪🇸 Español · 🇵🇹 Português · 🇩🇪 Deutsch · 🇫🇷 Français · 🇹🇷 Türkçe
When Claude Code shows You've hit your limit · resets ..., the standard recovery — claude --resume or claude -c — reloads the entire prior conversation into context. A medium session typically burns 30,000–200,000 tokens before you've asked a single question.
It saves only the minimum needed to continue, structured into .claude/handoff/current.md (~1–3k tokens):
file:line + exact command)To resume, start a new session (don't use --resume). The skill reads only that one file and picks up where you left off.
Plugin install (recommended) — run these inside Claude Code:
/plugin marketplace add sofumel/claude-handoff-revive # 1. register marketplace
/plugin install handoff-revive@handoff-revive-marketplace # 2. install plugin
Skill, slash commands, and hooks auto-activate. No settings.json editing required.
/plugin isn't available in this environment? Your Claude Code version is too old. Check withclaude --versionand update viabrew upgrade claude-code(Homebrew) ornpm update -g @anthropic-ai/claude-code(npm). If you can't update, use the manual install below.
Manual install (always works, no plugin support required):
git clone https://github.com/sofumel/claude-handoff-revive.git
cd claude-handoff-revive
./install.sh /path/to/your-project # Linux/macOS/WSL/Git-Bash
# .\install.ps1 -Target C:\path\to\proj # Windows PowerShell
# Or globally for all projects:
./install.sh --global # .\install.ps1 -Global
For the manual install, optionally enable hooks by merging the snippet from HOOK_SETUP.md into your .claude/settings.json (the plugin install does this automatically).
Quick reference:
| Action | Type this in Claude Code |
|---|---|
| Save handoff | /handoff |
| Save with extra quality check | /handoff --verify |
| Resume in a NEW session | /resume-from-handoff |
| Toggle auto-save for this session | /handoff-auto on / off / status |
In Claude Code, type the following command:
/handoff
Behind the scenes, the skill runs these steps automatically (all zero-LLM-token where possible):
git status — you don't have to remember which files you edited.claude/handoff/current.mdWhen the time on resets ... passes, your usage window opens again.
--resume)npx claudepluginhub sofumel/claude-handoff-revive --plugin handoff-reviveMulti-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.