superforge-handoff
SolidWrite 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.
Install
Quality Score: 78/100
Skill Content
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
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으로 넘겨".
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.
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.