Casr
Agent Flywheel Coding Skills
npx -y skills add JordanChoo/acfs-agent-skills --skill casrAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Cross Agent Session Resumer. Convert and resume sessions across Claude Code, Codex, Gemini, and other providers.
SKILL.md
0.8 KB, as published. Nobody here has run it
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 listis project-scoped to your current working directory by default.-cc,-cod, and-gmiauto-detect source provider from the session ID.- Use
--jsonoutput mode for automation.