← ClaudeAtlas

superforge-handofflisted

Write the session state to a structured capsule in .handoff/ so any AI model or tool (Claude Code, Codex, Gemini CLI, Antigravity, Cursor) can resume the work with zero context loss. Use before clearing a long thread or switching tools. Use when the user says "handoff", "save the session", "switch models", "before I clear", "pick this up later", "context is getting long", "引き継ぎ", "ハンドオフ", "セッションを保存", "モデルを切り替える", "コンテキストが長い", or runs /superforge-handoff or /handoff.
takaoumehara/superforge-skill · ★ 1 · AI & Automation · score 76
Install: claude install-skill takaoumehara/superforge-skill
# Superforge Handoff — Cross-Model Session Transition Protocol Use this skill whenever switching AI models, before clearing long chat threads, or when ending a work session. It writes a structured handoff capsule to `.handoff/` so any AI model can instantly resume work. --- ## 1. Triggering Handoff (`/handoff` or `/superforge-handoff`) 1. Ensure directory `.handoff/` exists. 2. Create capsule file: `.handoff/YYYY-MM-DD-<slug>.md`. 3. Populate the **Resume Capsule** (under 80 lines): - Project & Passphrase (`<repo>: <catchy phrase>`) - Objective & Verified State - Running Processes & Active Ports - Immediate Next Steps - Files to Read First 4. Output the copy-paste-ready **Chat Resume Prompt**: ~~~text 次の作業を再開してください。 Project: <repo> Handoff file: .handoff/YYYY-MM-DD-<slug>.md Goal: <Goal> State: <Verified state> Next: <Immediate next step> Read first: <Files to read> 上記のNextから開始してください。 ~~~ --- ## 2. Resuming Session When a session opens with a Resume Capsule, read the indicated file in `.handoff/` and jump straight to `Next` without asking redundant background questions. --- ## Artifact The capsule in `.handoff/` is the artifact. Before writing it, make sure every skill that ran this session has already written its own `docs/` file — the capsule points at those files rather than restating them, which is what keeps it under 80 lines. ## Delegate when a sharper skill is installed `cross-model-handoff:handoff`, `handoff-setup` (tool-agnostic notes)