From sjh-skills
Generates structured handoff summaries from conversation context, git diff, and task lists for resuming sessions. Triggered by 'handoff', '交接', or '写个交接'.
npx claudepluginhub jiahao-shao1/sjh-skills --plugin sjh-skillsThis skill uses the workspace's default tool permissions.
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.
Generates Git-based session handoff documents summarizing progress, tasks, decisions, files touched, and resume commands for continuing work later.
Generates 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.
Generates a focused handoff summary of a specific conversation aspect (e.g., debugging progress, design decisions) to handoff.md for another agent to resume. Triggers on 'handoff' prompts.
Share bugs, ideas, or general feedback.
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
- ...