session-peers
Installation
SKILL.md
session-peers
One script, <this skill's directory>/scripts/peers.py (Python 3 stdlib, macOS
and Linux), bridges the two vendors' native primitives: Claude Code's per-session
inbox socket and registry, and Codex CLI's codex queue. Read the section for
the agent you are.
Terms
- Claude session: one running
claudeprocess; it has a name (/rename) and an inbox socket. - Codex thread: one conversation held open by a
codexprocess; it has a name only after/rename <name>in the Codex TUI. - Shim: a small process
peers.pyruns per registered Codex thread. It is what Claude sees as the peer. No shim, no peer.