claude-handoff
仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
适合把长期或并行任务无缝交给独立 agent 继续处理。
这个 Skill 做什么
将当前会话摘要化并启动后台 Claude 代理接手工作。
把当前会话浓缩成交接摘要并直接在后台启动一个新的 Claude agent 继续接手,agent 以摘要为初始 prompt 在当前目录立即运行。适合你要把任务交给后台代理、或临时离开让它继续推进时使用。特点是即时启动而不是只存档,记得给 agent 取个描述性名字方便后续管理。
▸ 展开 SKILL.md 英文原文
Hand the current conversation off to a fresh background agent that picks up the work immediately.
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/in-progress/claude-handoff/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/in-progress/claude-handoff/SKILL.md"SKILL.MD 节选查看完整文件 ↗
Write a handoff summary of the current conversation so a fresh agent can continue the work. Instead of saving it, launch a background agent seeded with the summary as its prompt: `claude --bg --name "<descriptive name>" "<handoff summary>"`. It starts in the current working directory and returns immediately; the user manages it with `claude agents`. Always pass `-n`/`--name` with a descriptive name (e.g. `--name "Fix login bug"`) — it sets the display name shown in the job list, session picker, and terminal title. Include a "suggested skills" section in the summary, which suggests skills that the agent should invoke. Do not duplicate content already captured in other artifacts (PRDs, plan
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有