From sjh-skills
Generates a structured session handoff summary with current status, completed/remaining tasks, decisions, pitfalls, and next steps for context resumption.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sjh-skills:handoffThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Print the handoff summary directly in the conversation (do NOT create files). The user copies it into the first message of the next session to resume context.
Print the handoff summary directly in the conversation (do NOT create files). The user copies it into the first message of the next session to resume context.
Infer content from the current conversation context + git diff + task list. Ask the user to fill gaps if information is insufficient.
Format:
## Current Status
(One sentence summarizing progress)
## Completed
- ...
## Not Yet Done
- ...
## Key Decisions
- ...
## Pitfalls to Avoid
- ...
## Next Steps
(What to do first in the next session)
## Key Files
- ...
npx claudepluginhub jiahao-shao1/sjh-skills --plugin sjh-skillsGenerates HANDOFF.md file summarizing completed tasks, in-progress work, next steps, notes, related files, and git state before Claude Code session end. Useful for context reset and work resumption.
Summarizes a specific aspect of the current conversation so another agent can resume. Triggered by "handoff", "summarize for handoff", or similar requests.
Generate a structured handoff document capturing current progress, open tasks, key decisions, and context needed to resume work. Use when ending a session.