Envoy Transfer banner
TransmuteLabs TransmuteLabs

Envoy Transfer

Development community

Description

--- description: Transfer the current Claude Code session into a resumable Codex thread argument-hint: "[--source <claude-jsonl>]" disable-model-invocation: true allowed-tools: Bash(node:*) --- !`node "${CLAUDE_PLUGIN_ROOT}/skills/envoy/scripts/envoy-companion.mjs" transfer "$ARGUMENTS"` Present the command output to the user exactly as returned. Preserve the Codex session ID and the `codex resume <session-id>` command.

Installation

Installs to ~/.claude/skills/transmutelabs-catalyst-envoy-transfer/SKILL.md

Terminal
mkdir -p ~/.claude/skills/transmutelabs-catalyst-envoy-transfer && curl -fsSL https://raw.githubusercontent.com/TransmuteLabs/Catalyst/HEAD/commands/envoy-transfer.md -o ~/.claude/skills/transmutelabs-catalyst-envoy-transfer/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository