16
I built ctx-switch to solve a simple but annoying problem.
You’re in the middle of a coding session with an AI agent, and then you need to switch for any reason.
Now the new agent has no context. You end up re-explaining everything from scratch.
ctx-switch just takes your current session (Claude Code, Codex, OpenCode), extracts the actual context, and gives you a clean handoff prompt so you can continue instantly.
How to use:
npx ctx-switch
Pick your source agent, copy the generated prompt, paste it into the new agent and continue.
Built with