Skill 详情
Handoff 会话交接 Skill
handoff · github
把当前会话压缩成 Markdown 文档,方便新会话继续或交接给其他 Agent。
Skill 概览
把当前会话压缩成 Markdown 文档,方便新会话继续或交接给其他 Agent。
Handoff 会话交接 相关搜索词
本页主要服务搜索 Handoff 会话交接 Skill、下载、安装、README、Skill URL 和使用教程的用户。
资源类型
Claude Skill
所属分类
Productivity 效率、Meta & Tools 元工具、Marketing & Growth 营销增长
标签
交接、Markdown、会话
下载的是 EasyGlobe 保存的本地 Markdown skill 文件,可随站点一起部署到 GitHub 和 Cloudflare。
详细 Skill 介绍
Handoff 会话交接 的定位
Handoff 会话交接 是一个面向 Productivity 效率、Meta & Tools 元工具、Marketing & Growth 营销增长 场景的 AI Agent skill 资源。根据当前归档内容,它的主要价值是:把当前会话压缩成 Markdown 文档,方便新会话继续或交接给其他 Agent。。用户通常会搜索“Handoff 会话交接 是什么”“Handoff 会话交接 怎么安装”“Handoff 会话交接 怎么使用”“Handoff 会话交接 下载”以及 Claude Skills、Codex Skills、Gemini Skills、Kimi Skills、GLM Skills 等组合关键词,因此本页把 README、Skill URL、本地下载文件、使用方法和适用平台放在同一个详情页中,方便判断它是否适合自己的工作流。
README 核心说明
A Claude Code skill that captures the state of a long session into a structured document, so a fresh session can pick up cleanly without re-deliberating from scratch.
README 能力说明
The skill has two modes, both triggered by what you say in chat. No flags, no per-project setup.
README 使用说明
**macOS / Linux**
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/pformoso-deus-ai/handoff-claude-skill/main/install.sh)"**Windows (PowerShell)**
iwr -useb https://raw.githubusercontent.com/pformoso-deus-ai/handoff-claude-skill/main/install.ps1 | iexThe installer copies the skill into ~/.claude/skills/handoff/ (or $env:USERPROFILE\.claude\skills\handoff\ on Windows).
**First-time install**: restart Claude Code (or close and reopen any session) so the file watcher picks up the new skill directory. After that, edits to the skill hot-reload mid-session without a restart....
README 安装与配置线索
Re-run the same install command. The script overwrites SKILL.md with the latest from the pinned ref (default main); open Claude Code sessions hot-reload the change without a restart.
适用场景和工作流价值
从分类和标签看,Handoff 会话交接 主要覆盖 Productivity 效率、Meta & Tools 元工具、Marketing & Growth 营销增长,关键词包括 交接、Markdown、会话。它适合被整理成团队 SOP、AI Agent 提示词、Claude Skill、Codex Skill 或其他模型平台可复用的操作说明。实际落地时,可以先阅读本页的 README 摘要,确认它解决的问题、输入输出、运行环境和限制条件,再通过 Skill URL 查看原项目的最新说明。对于需要长期复用的场景,本地 Markdown 下载文件可以作为归档版本,便于团队内部评审、二次改写或放入自己的 agent skills 仓库。
安装、使用和平台判断
macOS / Linux Windows (PowerShell) The installer copies the skill into /.claude/skills/handoff/ (or $env:USERPROFILE\.claude\skills\handoff\ on Windows). First-time install : restart Claude Code (or close and reopen any session) so the file watcher picks up the new skill directory. After that, edits to the skill hot-reload mid-session without a restart.... The skill has two modes, both triggered by what you say in chat. No flags, no per-project setup. 如果 README 没有提供完整安装命令,本页会保留 Skill URL 作为官方来源入口,并把可识别的配置、示例和能力范围拆成独立模块。支持平台需要以原项目说明为准,但这类 skill 内容通常可以作为 Claude、Codex、Gemini、Kimi、GLM、ChatGPT 或企业内部 Agent 工作流的参考模板。
安装方式
**macOS / Linux**
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/pformoso-deus-ai/handoff-claude-skill/main/install.sh)"**Windows (PowerShell)**
iwr -useb https://raw.githubusercontent.com/pformoso-deus-ai/handoff-claude-skill/main/install.ps1 | iexThe installer copies the skill into ~/.claude/skills/handoff/ (or $env:USERPROFILE\.claude\skills\handoff\ on Windows).
**First-time install**: restart Claude Code (or close and reopen any session) so the file watcher picks up the new skill directory. After that, edits to the skill hot-reload mid-session without a restart.
**Pin a version** by setting HANDOFF_REF to any branch, tag, or commit:
HANDOFF_REF=v0.1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/pformoso-deus-ai/handoff-claude-skill/main/install.sh)"**Inspect before running** (recommended for any curl | bash pattern): the scripts are install.sh and install.ps1 in this repo. They download handoff/SKILL.md into the skills directory and print a restart hint if needed.
**Manual install** — if you'd rather skip the script, the skill is the single file handoff/SKILL.md. Copy it to ~/.claude/skills/handoff/SKILL.md directly.
使用方式
The skill has two modes, both triggered by what you say in chat. No flags, no per-project setup.
能力范围
主要覆盖 Productivity 效率、Meta & Tools 元工具、Marketing & Growth 营销增长 相关工作流。
支持平台
这个 skill 可以作为以下 AI Agent、模型工作流或团队 SOP 的参考模板使用。
配置与更新
Re-run the same install command. The script overwrites SKILL.md with the latest from the pinned ref (default main); open Claude Code sessions hot-reload the change without a restart.
README 命令示例
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/pformoso-deus-ai/handoff-claude-skill/main/install.sh)" iwr -useb https://raw.githubusercontent.com/pformoso-deus-ai/handoff-claude-skill/main/install.ps1 | iex HANDOFF_REF=v0.1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/pformoso-deus-ai/handoff-claude-skill/main/install.sh)" 标签
常见问题 FAQ
What:Handoff 会话交接 Skill 是什么?
把当前会话压缩成 Markdown 文档,方便新会话继续或交接给其他 Agent。
Who:Handoff 会话交接 适合谁使用?
适合需要处理 Productivity 效率、Meta & Tools 元工具、Marketing & Growth 营销增长 工作流的团队、运营人员、开发者或 AI Agent。
When:什么时候使用 Handoff 会话交接 Skill?
当任务涉及 交接、Markdown、会话,或需要把对应能力沉淀为 Claude Skills、Codex Skills、Gemini Skills、Kimi Skills、GLM Skills 或团队 SOP 时使用。
如何下载 Handoff 会话交接 Skill?
可以使用页面顶部或 Skill 信息区的“下载 Skill 文件”按钮下载 EasyGlobe 保存的本地 Markdown 文件,文件名为 manual-handoff.md。
Handoff 会话交接 Skill 怎么安装?
请查看本页“安装方式”模块;如果归档 README 没有明确安装章节,可以通过 Skill URL 打开原始项目,并按官方 README、平台文档或 marketplace 页面完成安装。
Handoff 会话交接 Skill 怎么使用?
请查看本页“使用方式”“能力范围”和 README 摘要模块。页面会把归档 README 中识别出的使用说明、命令示例和适用工作流整理出来。
Handoff 会话交接 Skill 支持 Claude、Codex、Gemini、Kimi 和 GLM 吗?
本页把它整理为可复用的 AI Agent skill 资料,可作为 Claude Skills、Codex Skills、Gemini Skills、Kimi Skills、GLM Skills、ChatGPT Skills 或团队 SOP 的参考模板;实际可用性以 Skill URL 中的官方说明为准。
Handoff 会话交接 Skill 的 Skill URL 在哪里?
Skill URL 保留在页面左侧的 Skill 信息区,也可以点击页面顶部的“打开原始 Skill”按钮访问原始项目或官方页面。
本地下载文件和 Skill URL 有什么区别?
本地下载文件是 EasyGlobe 保存的 Markdown 版本,便于归档、阅读和复用;Skill URL 指向原始项目、官方文档或 marketplace 页面,适合查看最新说明和官方安装方式。