Agent Skills
› SeemSeam/claude_codex_bridge
› reconnect
reconnect
GitHub用于在tmux环境下通过CLI命令开启或关闭Codex线程的断开连接恢复功能,执行对应脚本并简洁反馈结果。
Trigger Scenarios
用户在tmux中运行$reconnect on
用户在tmux中运行$reconnect off
Install
npx skills add SeemSeam/claude_codex_bridge --skill reconnect -g -y
SKILL.md
Frontmatter
{
"name": "reconnect",
"description": "Enable or disable tmux-bound disconnect recovery for the current Codex thread. Use only for the explicit invocations `$reconnect on` or `$reconnect off` inside a Codex CLI running in tmux."
}
Reconnect
Execute exactly one local command for the matching invocation:
$reconnect on→ runcodex-reconnect on.$reconnect off→ runcodex-reconnect off.
Relay the command result concisely. If it fails, report the error and do not claim that recovery is
enabled. For any other argument, reply with the exact usage: $reconnect on or $reconnect off.
Do not change files, start a goal, run any other tool, or claim coverage for quota, billing, authentication, policy, context-window, approval, or ordinary task-completion failures.
Version History
- 070e86f Current 2026-08-20 03:06


