By reoLantern
Multi-turn conversations with external AI CLIs (Codex, opencode) for Claude Code — maintains session context across Bash calls.
与 Codex 进行多轮对话,使用 codex exec resume 跨 Bash 调用保持上下文。 TRIGGER when: 用户说"问问 Codex"、"让 Codex 看看"、"和 Codex 讨论"、"按 claude-codex-thread 的方式"或类似表达;需要第二个 AI 视角参与分析时。 SKIP: 普通对话、不涉及 Codex 的任务。
与 opencode 进行多轮对话,使用 opencode run --session 跨 Bash 调用保持上下文。 TRIGGER when: 用户说"问问 opencode"、"让 opencode 看看"、"和 opencode 讨论"或类似表达;想要第二个 AI 视角且明确指定 opencode(而非 Codex)。 SKIP: 普通对话、不涉及 opencode 的任务;用户明确要 Codex 的场景。
A Claude Code plugin for multi-turn conversations with external AI CLIs. Uses codex exec resume / opencode run --session to maintain session context across Bash calls. Currently supports Codex and opencode.
~/.codex/config.toml configured with your preferred model:model = "gpt-5.5"
model_reasoning_effort = "xhigh"
opencode --version works)~/.config/opencode/opencode.json for the model the skill uses (default: deepseek/deepseek-v4-pro). Run opencode auth to set up credentials.jq available on PATH (used to parse opencode's JSON event stream).--dangerously-skip-permissions and -m deepseek/deepseek-v4-pro --variant max, so it does not depend on your global permission / default-model settings. To change the default model, edit skills/opencode-chat/SKILL.md.在 Claude Code 中运行:
/plugin marketplace add [email protected]:reoLantern/claude-codex-thread.git
/plugin install claude-codex-thread@claude-codex-thread
自然语言触发(主要方式):安装后无需任何命令,在与 Claude 的对话中直接说:
"你也可以去问问 Codex 关于 xxx 的看法"
"让 opencode 看看这段代码"
如果同时安装了其他相关插件,可以明确指定方式:
"按 claude-codex-thread 的方式,去问问 Codex 关于 xxx 的看法"
Claude 会自主规划提问、管理 session、多轮推进,最后向你汇总结论。Session ID 由 Claude 全程维护,用户无需感知。
显式触发:
/claude-codex-thread:codex-chat 话题或问题
/claude-codex-thread:opencode-chat 话题或问题
启动时 Claude 会读取/汇报当前模型配置(Codex 读 ~/.codex/config.toml;opencode 用 skill 内置的默认模型与 variant)。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub reolantern/claude-codex-thread --plugin claude-codex-threadUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.