EthanReedLabs

Import Codex Session — Development skill for Claude Code

Development community

Import a recent Codex rollout as a read-only relay summary, then choose where to continue.

How to install Import Codex Session

Installs to ~/.claude/skills/ethanreedlabs-sulde-cc-import-codex-session/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ethanreedlabs-sulde-cc-import-codex-session && curl -fsSL https://raw.githubusercontent.com/EthanReedLabs/sulde-cc/HEAD/commands/import-codex-session.md -o ~/.claude/skills/ethanreedlabs-sulde-cc-import-codex-session/SKILL.md

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

What Import Codex Session does


description: Import a recent Codex rollout as a read-only relay summary, then choose where to continue. argument-hint: "[YYYY-MM-DD | session-id fragment]"

Run the `import-codex-session` skill with args: `$ARGUMENTS`.

Follow `skills/import-codex-session/SKILL.md` end to end. Locate and read the matching rollout JSONL without modifying it, summarize the project and last known state, show the authoritative source path, then ask the user where to continue.

Alternatives in Development

Full documentation available on GitHub

View Source Repository