casr

star 392

Resume sessions across Claude Code, Codex, Gemini, and other providers when switching agents or migrating active chat history.

boshu2 By boshu2 schedule Updated 6/8/2026

name: casr user-invocable: false skill_api_version: 1 hexagonal_role: supporting metadata: tier: execution description: >- Resume sessions across Claude Code, Codex, Gemini, and other providers when switching agents or migrating active chat history. practices:

  • pragmatic-programmer

casr — Cross Agent Session Resumer

Use casr when you need to keep working on the same session but switch providers.

Fast Path

casr list
casr info <session-id>
casr -cc <session-id>   # open in Claude Code
casr -cod <session-id>  # open in Codex
casr -gmi <session-id>  # open in Gemini

Helpful Commands

casr providers
casr list --workspace "$(pwd)" --sort date --limit 20
casr cod resume <session-id> --source cc
casr info <session-id> --json

Notes

  • casr list is project-scoped to your current working directory by default.
  • -cc, -cod, and -gmi auto-detect source provider from the session ID.
  • Use --json output mode for automation.
Install via CLI
npx skills add https://github.com/boshu2/agentops --skill casr
Repository Details
star Stars 392
call_split Forks 40
navigation Branch main
article Path SKILL.md
More from Creator