GodrezJr2

Samethread — Communication skill for Claude Code

Communication community

Hop between coding agents, stay on the same thread.

How to install Samethread

This entry records only its repository, not the path inside it, so there is no exact command to give. Open GodrezJr2/samethread and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Samethread does

Hop between coding agents, stay on the same thread. One chat history across Claude Code, OpenCode, Codex, Gemini CLI, Qwen Code, Pi, Kimi Code, Antigravity and MiniMax Code, right inside each agent's own /resume.

Alternatives in Communication

  • Pestle Analysis — PESTLE analysis across Political, Economic, Social, Tech, Legal, Environmental 7.8k ★
  • Wechat Exporter — A Claude Code / Codex skill to export and decrypt WeChat (macOS) chat history into plaintext SQLite databases 208 ★
  • ClawSwarm — A smaller, lighter-weight version of OpenClaw, natively multi-agent, compiles to Rust, and built on the Swarms 176 ★

README

SameThread: hop between coding agents, stay on the same thread

Setup: 3 commands 9 agents Native resume

Python 3.9+ Zero dependencies CI MIT

Plan it in Claude Code. Grind it out in Codex or Qwen. Finish it in Kimi.
SameThread puts every conversation into every agent's own /resume list, full history included.


Why this exists

I use Claude Code for the heavy reasoning and cheaper agents for the easy stuff. Every switch meant starting from zero, because each agent keeps its history in its own private format:

Agent Where your chats live
Claude Code JSONL files under ~/.claude/projects
OpenCode a SQLite database, opencode.db
Codex CLI rollout JSONL files under ~/.codex/sessions
Gemini CLI JSONL files under ~/.gemini/tmp, keyed by a project registry
Qwen Code JSONL files under ~/.qwen/projects
Pi a JSONL entry tree under ~/.pi/agent/sessions
Kimi Code an event log plus state.json under ~/.kimi-code/sessions
Antigravity CLI