agentsclimarketplace

Casr

Skill JordanChoo/acfs-agent-skills/casr

Agent Flywheel Coding Skills

Install
npx -y skills add JordanChoo/acfs-agent-skills --skill casr

Assembled 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 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.