Show HN:Handoff – Claude Code 插件,讓任何 AI 都能接續你的工作進度
一款名為「Handoff」的 Claude Code 新插件,能讓使用者創建交接文件,使 AI 編碼代理能夠無縫接續工作,即使在會話中斷或達到上下文限制時,也能捕捉關鍵上下文。
Navigation Menu
Search code, repositories, users, issues, pull requests...
Provide feedback
We read every piece of feedback, and take your input very seriously.
Saved searches
Use saved searches to filter your results more quickly
To see all available qualifiers, see our documentation.
License
Uh oh!
There was an error while loading. Please reload this page.
willseltzer/claude-handoff
Folders and files
Latest commit
History
Repository files navigation
Handoff Plugin
Create handoff documents that let any AI coding agent continue your work.
Install
Run these commands inside Claude Code:
Why?
AI sessions have limited context. When you switch tools, take a break, or hit a context limit, the next agent starts from scratch. Handoffs solve this by capturing:
Commands
Usage
Creating a Handoff
When you're done (or switching agents):
This generates HANDOFF.md with:
For simple tasks:
Resuming from a Handoff
In a new session (Claude Code or any AI):
The agent will:
For Non-Claude Agents
Just tell them:
"Read HANDOFF.md and continue the work"
The format is agent-agnostic.
Handoff Format
Plugin Structure
Tips
Failed approaches are mandatory - This is the most valuable part. "Tried X, it didn't work because Y" saves hours.
Show code, don't describe - "Created a hook" is useless. Show the signature so the next agent knows how to use it.
Test steps need expected outcomes - Not "verify it works" but "POST to /api/X, expect 200 with { status: 'ok' }".
Include the actual error messages - "It threw an error" vs "TokenExpiredError at line 42" - huge difference.
Use /handoff:quick for simple tasks - Not everything needs 10 sections.
License
MIT
About
Resources
License
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
Packages
0
Footer
Footer navigation
相關文章