Session Handoff Skill — AI skill for Claude Code
Seamless AI session handoff: preserve context across conversations so agents pick up where they left off — zero context loss, one command.
How to install Session Handoff Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open qiusuo0226/session-handoff-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Session Handoff Skill does
Seamless AI session handoff: preserve context across conversations so agents pick up where they left off — zero context loss, one command.
Alternatives in AI
- Claudexor — Multi-harness control plane for Claude Code, Codex, Cursor, and OpenCode: quota-aware rotation across multiple 425 ★
- onWatch — Open-source Go CLI that tracks AI API quota usage across 7 providers (Synthetic, Z.ai, Anthropic, Codex, GitHu 397 ★
- Project Butler — Project memory system for AI coding assistants (Claude Code, Cursor, Codex): session logs, project wiki, rules 372 ★
README
会话交接(session-handoff)
**把当前对话收成一份记忆 markdown,下一场会话只读这一份就能接着干。**
Capture requirements, sources, progress, and constraints into one memory markdown so the next session can continue without the chat log.
落盘前询问保存位置;未指定时先识别操作系统再建议路径(例如 Windows 下的 Downloads)。
仓库
安装
npx skills add qiusuo0226/session-handoff-skill
或把本仓复制到助手的技能目录,例如 `~/.grok/skills/session-handoff/`。装好后,工作区指到**正在做的那个项目文件夹**,说「会话交接」。
[](https://skills.sh/qiusuo0226/session-handoff-skill)
它只做一件事
flowchart LR
A["项目文件夹"] --> B["说:会话交接"]
B --> C["路径已给则写;没给先问"]
C --> D["一份记忆 markdown"]
D --> E["下一场先读这份"]
不编造对话里没有的事实。口令、密钥、云方人员手机默认不写入。只维护一份记忆文件,不另存过程版本。
看一段真实怎么问
对话示例(项目名和人名是假的,问法是真的):
目录:[examples/](examples/README.md)
建议先看 [01-整份会话交接.md](examples/01-整份会话交接.md)。没给路径看 [03](examples/03-路径未指定会先问.md)。只想记下原话看 [04](examples/04-记住下面的话.md)。
开口就能用
| 你说 | 它做 |
|---|---|
| 「帮我记录一下上下文」 | 收成一份记忆 md;没给路径则先问 |
| 「会话交接」 | 同上 |
| 「生成记忆 md」 | 同上 |
| 「会话交接,写到当前目录」 | 路径已给,直接写 |
| 「帮我记住下面的话:……」 | 原话原样追加;已有文件则只改第 9 节 |
| 「装到助手里试用」 | 你开口才拷 |
同义口令:`帮我记录一下上下文`、`帮我记住下面的话`、`会话交接`、`生成记忆 md`。
快速开始
- 安装:
npx skills add qiusuo0226/session-handoff-skill,或把本仓复制到助手的技能目录,例如~/.grok/skills/session-handoff/。 - 把助手工作区指到正在做的项目文件夹(不要指到本仓上)。
- 说:「会话交接」或「帮我记录一下上下文」。
- 没给路径时,选建议的当前目录或 Downloads,也可以自己回路径。
- 下一场会话先读那份记忆文件。
本仓结构
session-handoff/
├── SKILL.md
├── skill.json
├── VERSION
├── CHANGELOG.md
├── references/
├── assets/templates/
├── examples/
├── tests/
└── README.md
开发
本目录是 Skill **开发仓**。版本控制、基线、升级记录和打包都在 `governance/`(不进分发包)。改本 Skill 时让助手读 `governance/rules/skill-governance.md`,不必再调用 skill-devkit。
powershell -File governance/dev.ps1 pack
powershell -File governance/dev.ps1 rel
Related Skills
Cross Agent Session Resumer
Resume AI coding sessions across providers: converts Codex, Claude, Gemini, and other session formats through
Pbi Resume
Restore session context and continue from where you left off. Reads .pbi/context.md to reconstruct model state
Agents Recap
Local, offline recap and RAG memory of your AI coding sessions. Reads Claude Code, Cursor and VS Code Copilot
Claude Handoff
Summarize & export a Claude Code session into one clean handoff.md for Gemini, GPT, or another Claude. Zero de
Session Handoff
Date: 2026-03-29 14:45 Session: xmaster v1.3.2 hardening + v2.0 architecture from GPT-Pro deep review Context
Gideon
Gideon turns your Discord server into an AI-powered hub—enabling smart conversations, creative image generatio
Related Agents
Summarizer
Draft a session-handoff summary so a fresh agent can continue with zero conversation context. Locates the curr
Claude Code Tools
by Prasad Chalasani - Well-crafted toolset for session continuity, featuring skills/commands to avoid compacti
Conversation Historian
Use when analyzing Claude Code conversation history, finding past sessions by topic, tracing how implementatio