start-session
为多端代理统一会话入口,减少手动参数
跨 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:https://raw.githubusercontent.com/fullREFIT/skills/main/skills/start-session/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/fullREFIT/skills/main/skills/start-session/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