---
name: Reconnect
slug: reconnect
category: Automation
description: Reconnect enables or disables tmux-bound disconnect recovery for the current Codex thread. Use it only for the explicit invocations $reconnect on or $reconnect off inside a CCB-managed or ordinary tmux Codex CLI.
github: "https://github.com/SeemSeam/claude_codex_bridge/tree/main/inherit_skills/codex_skills/reconnect"
language: Python
stars: 3416
forks: 337
install: "npx degit https://github.com/SeemSeam/claude_codex_bridge/tree/main/inherit_skills/codex_skills/reconnect ~/.claude/skills/reconnect"
installs_to: ~/.claude/skills/reconnect
source_path: inherit_skills/codex_skills/reconnect/SKILL.md
collection_size: 12
category_size: 1523
collection_url: "https://dirskills.com/collections/SeemSeam/claude_codex_bridge"
added: 2026-08-17T07:08:13.844Z
last_synced: 2026-08-17T07:08:13.844Z
canonical_url: "https://dirskills.com/skills/reconnect"
---

# Reconnect

Reconnect enables or disables tmux-bound disconnect recovery for the current Codex thread. Use it only for the explicit invocations $reconnect on or $reconnect off inside a CCB-managed or ordinary tmux Codex CLI.

**Install:**

```bash
npx degit https://github.com/SeemSeam/claude_codex_bridge/tree/main/inherit_skills/codex_skills/reconnect ~/.claude/skills/reconnect
```

## README

# Reconnect

Execute exactly one command for the matching invocation:

- `$reconnect on` → run `command codex-reconnect on`.
- `$reconnect off` → run `command codex-reconnect off`.

Relay the command result concisely. If it fails, report the error and do not claim 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 other tools, or claim coverage for quota, billing,
authentication, policy, context-window, approval, or ordinary task-completion failures.
