start-session

仓库创建 2026年7月26日最近提交 3 天前SkillHot 收录 2 天前
▸ 精选理由

为多端代理统一会话入口,减少手动参数

这个 Skill 做什么

跨 surface 的会话启动与自动恢复协议

跨不同产品线启动会话时自动选最合适的恢复路径:优先查找小而精的 CONTINUATION-BRIEF 快速恢复,找不到才做完整 warm-start,避免把庞大对话历史全量重载。每次 start session 都会自动决定,适合在 Claude Code、Codex、Desktop 或 web 等多端间继续项目工作。优势是既能快速恢复上下文,又能防止载入臃肿的历史记录,并给出合成的会话摘要。

▸ 展开 SKILL.md 英文原文

Cross-surface session-start protocol (Claude Code, Codex, Cowork, Desktop, web). AUTO-DETECTS the right resume path — no flag to remember: on every run it first looks for a deep-save CONTINUATION-BRIEF for the project; if one exists it resumes from the brief ONLY (~1-3k tokens, skips claude --continue) so you never reload a bloated transcript; if none exists it warm-starts (claude --continue, else Open Brain + local files + archaeology) and presents a synthesized summary with Final Exchange. Optional overrides: --full forces the complete reload even when a brief exists; --fresh forces brief-only. Applies the Brain-First Rule for the session. MANDATORY TRIGGERS: start session, start-session, resume, resume session, pick up where we left off, continue session, where did we leave off, restart project, restart session, what was I working on, resume project, fresh start, warm restart, resume without bloat, load the brief, continuation brief resume, --fresh, --full.

Skill 开发管理会话恢复跨平台路由Claude CodeCodex
0
Stars
0
Forks
32
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/start-session/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/start-session/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Start Session (cross-surface, auto-routing)

Session-start protocol for **any** surface — Claude Code, Codex, Cowork, Claude Desktop, web. Companion to
`deep-save` (writes the CONTINUATION-BRIEF this skill reads) and `cc-save-session` (writes chat-recaps).

**You never need a flag.** The skill decides the resume path itself by checking whether a
CONTINUATION-BRIEF exists. The two paths:

- **PATH A — brief-only resume (token-cheap):** chosen automatically **whenever a CONTINUATION-BRIEF
  exists** for the project. Loads only the brief (~1–3k tokens). **Never** runs `claude --continue` /
  `claude --resume` — those replay the full bloated transcript, the exact thing the brief exists to
  av
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有