spawn
Run /handoff (passing any user arguments through) to produce the handoff document.
Open it in a new tmux window using a 2–3 word kebab-case slug derived from the session's focus as the window name (e.g. auth-refactor, csv-parser), and the same agent CLI that invoked this skill.
For claude and codex, pass the handoff path directly:
tmux new-window -n "$TITLE" "$AGENT $HANDOFF_PATH"
For opencode, instead, start it with an initial prompt that tells it to read the handoff document:
tmux new-window -n "$TITLE" "$AGENT --prompt \"Read the handoff document at $HANDOFF_PATH and continue from it.\""
If tmux is unavailable, print the path and prompt the user to run it manually.
More from fuzzyfox/skills
handoff
Compact the current conversation into a handoff document for another agent to pick up.
1git-commit
Creates git commits with a Gitmoji-prefixed Conventional Commit subject and changelog-aware messaging. Use when the user asks to create a commit, draft or refine commit text, choose a commit type or scope, map changes to Keep a Changelog categories, or add the best Gitmoji to a commit subject.
1