A skill for GitHub Copilot CLI that generates a comprehensive session context summary and copies it to your clipboard, enabling seamless handoff to a new session.
When you type /fork, it:
- Reads your current session metadata and checkpoint history
- Composes a structured handoff document with accomplishments, key files, technical decisions, environment state, and pending work
- Copies the document to your clipboard via
pbcopy - Displays the full context in the terminal
Copy SKILL.md into your Copilot skills directory:
mkdir -p ~/.copilot/skills/fork
cp SKILL.md ~/.copilot/skills/fork/SKILL.mdIn any Copilot CLI session, just type:
/fork
Then paste the clipboard contents into a new Copilot session to continue exactly where you left off.
- macOS (uses
pbcopy) - GitHub Copilot CLI
MIT
Tim Schwarz (@schwarztim)