superforge-handoff

Solid

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.

AI & Automation 1 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
10
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
78
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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) ...

Details

Author
takaoumehara
Repository
takaoumehara/superforge-skill
Created
3 days ago
Last Updated
today
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

craft-handoff

Produce paired session-handoff artifacts: a rich doc plus a resume prompt. Use when wrapping up, clearing context, pausing work, or the user says "마무리", "세션 정리", "핸드오프", "다음 세션으로 넘겨", or "next session으로 넘겨".

0 Updated today
sungjunlee
AI & Automation Listed

handoff

Compact the current conversation into a structured handoff document (saved to the OS temp directory) so a fresh agent can continue the work without losing context. Use when the user invokes /handoff, says "create a handoff doc", "write a handoff document", "compact this for another agent", "pass off to another session", "what will the next session focus on", or generally wants to checkpoint the conversation state before a context-window break. Always references existing artifacts (design docs, plans, PRs, commits, memory entries) by path/URL — never duplicates their content. Includes a mandatory "suggested skills" section. Redacts API keys, passwords, PII.

2 Updated 6 days ago
Rijul1204
AI & Automation Solid

handoff

Captures the current session into a continuation prompt for a fresh one, or resumes from a pasted handoff. Use when context is running low, when ending a session mid-task, or when told to 'hand off' or write a handoff. `/handoff reusable` instead maintains a persistent multi-session task-runner state file (`docs/handoff-state.md`) that a fresh session reads, advances a few tasks via agent pairs, and re-saves.

5 Updated today
uwuclxdy