Claude Autocontinue
Description
One-file bash script that auto-types 'continue' into Claude Code tmux panes when rate limits reset
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-autocontinue
[](https://github.com/prezis/claude-autocontinue/actions/workflows/ci.yml) [](LICENSE)
A zero-dependency bash script that watches your tmux panes and automatically types `continue` into Claude Code sessions when their rate limit resets.
One file. No daemon. No config. Runs in any tmux pane.
$ claude-autocontinue &
[07:20:10] claude-autocontinue 1.1.0 starting
[07:20:10] poll=300s cooldown=60s server-cooldown=120s scrollback=200 tail=30
[07:20:15] sudo (%5): rate-limited, resets in 54m (2am)
[07:20:15] sleeping 3270s until reset
[08:14:47] sudo (%5): reset time (2am) passed — sending continue
[08:14:47] sudo (%5): sending continue
[09:31:02] fibo (%7): server rate-limit (transient) — sending continue
[09:31:02] fibo (%7): sending continue
The problem
When you run Claude Code heavily — especially across several parallel tmux panes — you hit one of two distinct rate-limit screens that both stall the session until you manually type `continue`:
**1. Personal usage limit** (resets at a known time):
You've hit your limit · resets 2am (Europe/London)
/extra-usage to finish what you're working on.
**2. Transient server rate limit** (Anthropic backend overload, no reset time):
API Error: Server is temporarily limiting requests (not your usage limit) · Rate limited
You then have to remember to come back later (or right now) and type `continue`. If you have six Claude sessions in six panes, that's six manual resumes for either failure mode.
The approach
- Polls every tmux pane every 5 minutes. Uses
tmux list-panes -aso every session is covered, not just the current one. - Detects Claude Code by TUI signature, not window name. The
/renamecommand inside Claude Code changes the pane title, not the tmux window name — so filtering by window name
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11