exPardus

Attach — Development skill for Claude Code

Development community

Open an interactive terminal on a worker''s session — full TUI, whole history.

How to install Attach

Installs to ~/.claude/skills/expardus-fleet-attach/SKILL.md

Terminal
mkdir -p ~/.claude/skills/expardus-fleet-attach && curl -fsSL https://raw.githubusercontent.com/exPardus/fleet/HEAD/commands/attach.md -o ~/.claude/skills/expardus-fleet-attach/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Attach does


description: 'Open an interactive terminal on a worker''s session — full TUI, whole history.' argument-hint: ' [--force]'

Attach an interactive terminal to fleet worker: `$ARGUMENTS`

Run `fleet attach $ARGUMENTS` via Bash.

This opens a real Claude Code TUI in a separate window (Windows Terminal, or a PowerShell fallback). It refuses while a turn is running unless `--force`, which interrupts the turn first.

Two things the operator must know: the attached TUI runs **withou

Alternatives in Development

  • Claude Code Viewer — A full-featured web-based Claude Code client that provides complete interactive functionality for managing Cla 984 ★
  • Coding Agent Session Search — Unified TUI and CLI to index and search your local coding agent session history across 11+ providers (Codex, C 708 ★
  • Device Control Agent — You are an autonomous macOS agent with full control of this device via two CLI tools: - steer — GUI automation 250 ★

Full documentation available on GitHub

View Source Repository