coding-agent
Installation
SKILL.md
Coding Agent (tmux-first)
Delegate coding tasks to local agents running inside tmux sessions. Every agent spawn goes through tmux new-session -d — tmux provides the PTY, handles session lifecycle, and survives disconnects. One mental model, one lifecycle, portable across any harness with a Bash tool.
When to use this vs /cloud-coding-agent
Use /coding-agent (this skill) |
Use /cloud-coding-agent |
|---|---|
| Fast, local machine | Long-running (>30 min) tasks |
| You need immediate shell access | You want session teleporting across machines |
| Interactive debugging / questions | Auto-PR creation from a cloud worker |
| Parallel worktrees on the same host | Cloud-hosted sandboxed runs |
| Rate-limited local CLIs (you control) | Cloud CLIs with independent quotas |
If the task needs to survive your laptop sleeping, or you want a PR auto-opened from a CI-like environment, stop reading and use /cloud-coding-agent instead.