handoff
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by mktemp -t "handoff-<slug>.md" where you define a contextual 2-3 word kebab-case slug for the file (e.g. auth-prototype, csv-parser-questions)
Read the file before you write to it.
Suggest the skills to be used, if any, by the next session.
Do not duplicate content already captured in other artifacts (PRDs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.
If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.
More from fuzzyfox/skills
spawn
Handoff the current conversation and open a new Claude instance in a fresh tmux window to continue the work. Use when the user wants to spin up a new agent session from the current one.
2git-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