Ctx Switch

Generates handoff prompts when you hit agent usage limits mid-task

TypeScriptCLI

When you hit a usage limit on one platform (like Claude Code) and switch to another, you're usually mid-task.

The new agent has no context. It has to figure out what's done, what's left, what changed. That costs tokens. And time.

So I built ctx-switch.

How it works

Run one command, get a clean handoff prompt, paste it into another agent and it already knows:

  • the task
  • what's done
  • what files changed
  • what's next

No re-explaining. Just continue.

npx ctx-switch