Maintains persistent project context and session history between Claude Code and other AI agents like Cursor.
The Session Handoff skill ensures seamless continuity across coding sessions by maintaining a structured SESSION_LOG.md file that tracks active work, decisions, and blockers. It automatically restores context at the start of a session and preserves it at the end, making it ideal for developers who switch between different AI tools or work across multiple Git worktrees. The skill features advanced logic for merging session history, environment variables, and local configurations, ensuring that no institutional knowledge is lost during branch cleanup or PR merges.
主な機能
01Native support for Git bare repositories and multi-worktree environments
02Automated local configuration backups to Google Drive via integrated scripts
03Automatic context restoration and summary from SESSION_LOG.md at start
04Intelligent merging of .envrc, CLAUDE.local.md, and session logs during cleanup
05Structured session state tracking including active work, blockers, and next steps
060 GitHub stars
ユースケース
01Managing complex project state across multiple concurrent feature worktrees
02Resuming work after a break with an instant summary of the last session's decisions
03Switching between Claude Code and Cursor without losing development momentum