Claude
Skills
Sign in
Back

casr

Included with Lifetime
$97 forever

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

AI Agents

What this skill does

# casr — Cross Agent Session Resumer

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

## Fast Path

```bash
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

```bash
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.
Files: 1
Size: 1.0 KB
Complexity: 9/100
Category: AI Agents

Related in AI Agents