handoff
仓库创建 2026年4月7日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
帮助跨会话和上下文限制保持工作连续性
这个 Skill 做什么
从当前运行状态生成可持久的交接文档并可启动新会话
把当前 build-loop 的运行状态打包成一份持久的交接文档,并可选地用它启动一个新的会话,方便在上下文受限、计划重启或切换工作树时无缝继续工作。遇到上下文窗口快满、要重启会话或需要把当前状态传给别人时就用。产出的文档结构化且可注入新会话,能把现场细节、未完成任务和环境信息带过去。
▸ 展开 SKILL.md 英文原文
Compose a complete, durable build-loop handoff document from the current run state, and optionally launch a fresh session with it injected. Use when crossing a context boundary (context limit, planned restart, worktree GC). Triggers: 'hand off', 'handoff', 'new session', 'context limit', 'restart', 'fresh session', '/build-loop:compose-handoff'.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/handoff/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/handoff/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 --> # Build-Loop Handoff Compose a complete, durable handoff document from the current build-loop run state, then (optionally) launch a fresh session in the STABLE checkout with that document injected. ## When to use - Context window approaching limit mid-build. - Planned restart at a session boundary (e.g. deploying a plugin update requires a restart). - A worktree about to be GC'd — extract state before the folder disappears. - Handing off work to a peer agent or co-developer. ## What it composes The handoff doc has eight fixed sections (always t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有