session-handoff-prompt
仓库创建 2026年6月15日最近提交 16 天前SkillHot 收录 20 天前
▸ 精选理由
适合需要跨会话迁移上下文或重启会话时使用。
这个 Skill 做什么
生成简洁的续接提示,便于在新会话中恢复或继续已有对话上下文。
把当前会话的关键上下文压缩成一句能在新会话里粘贴恢复的续接提示,包含目标、当前状态和未决问题,便于无缝接手。用在要换新 agent、重启聊天或把任务交接给别人时,这句提示能立刻让新会话接上线。特色是提示简洁可复制且会用用户语言输出,减少沟通成本。
▸ 展开 SKILL.md 英文原文
Create a concise continuation prompt that a fresh agent session can paste in to resume a long or degraded session. Use when the user asks for a handoff prompt, restart prompt, continuation prompt, context transfer, fresh-session resume, or a compact summary for opening a new session. Do not use for ordinary summaries, task-forest maintenance, durable user-profile updates, automatic session creation, code execution, or external publishing.
663
Stars
55
Forks
7
仓库内 Skill
+137
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dongshuyan/compass-skills/master/skills/session-handoff-prompt/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dongshuyan/compass-skills/master/skills/session-handoff-prompt/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Session Handoff Prompt ## Language Policy **All output directed at the user — the continuation prompt itself, mode explanations, questions, and confirmations — must be written in the user's language.** Detect the user's language from their message. Default to Chinese when unknown. Skill instructions are written in English; that does not affect the language of user-facing output. The continuation prompt structure uses Chinese section headers (【工作目录】 etc.) regardless of language, because that format is the established contract for new sessions. ## Role Produce a paste-ready prompt for a new agent session. The prompt should let the next session continue the current work with high task-sta
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有