Resilient Coding Agent Skill
Description
Run long-running coding agents (Codex, Claude Code, etc.) in tmux sessions that survive restarts, with automatic resume on interruption.
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
Resilient Coding Agent
[](https://clawhub.com/cosformula/resilient-coding-agent) [](https://clawhub.com/cosformula/resilient-coding-agent) [](https://github.com/cosformula/resilient-coding-agent-skill) [](LICENSE) [](https://github.com/cosformula/resilient-coding-agent-skill/actions/workflows/ci.yml) [](https://github.com/cosformula/resilient-coding-agent-skill/actions/workflows/clawhub-publish.yml)
Run long-running coding agents (Codex CLI, Claude Code, OpenCode, Pi) in tmux sessions that survive orchestrator restarts, with periodic health checks and automatic resume on interruption.
Problem
AI coding agents running long tasks (refactors, full codebase reviews, complex builds) get killed when the orchestrator process restarts. You lose progress, get no completion notification, and have to start over.
Solution
Decouple the coding agent from the orchestrator by running it in a tmux session. The agent keeps running regardless of what happens to the orchestrator. A monitor loop can check health with `tmux has-session` and `tmux capture-pane`, detect likely crashes, and trigger native resume commands in the same tmux session.
Features
- Runs coding agents in
tmuxsessions so tasks survive orchestrator restarts - Supports periodic health monitoring (
tmux has-session+tmux capture-pane) - Detects likely agent exits from shell-prompt return and exit indicators in recent output
- Auto-recovers with native resume commands (`codex exec resume <se
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