Nonstop
Description
Autonomous work mode for Claude Code. Pre-flight risk assessment, blocker decision framework, session-scoped stop hook.
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
nonstop
"Why do you write like you're running out of time?"
Go to sleep. Wake up to finished work.
Install · How it works · Compared to
Your overnight Claude session, except it actually finishes. Type `/nonstop` before you walk away. Claude asks every question now, gets your sign-off on anything dangerous, then works through the night: solving blockers, routing around problems, and knowing when to stop trying.
The Problem
You hand Claude a 4-hour task and go to bed. You wake up and it stopped 3 minutes in:
*"Should I use the existing auth middleware or write a new one?"*
Or it hit a permission error on step 2 of 47 and just... sat there. Waiting. For 8 hours.
**nonstop** makes Claude do what a good engineer does when the boss leaves: figure it out, work around it, or write it down and move on to the next thing.
Install
Tell Claude (easiest)
Paste this into Claude Code:
Fetch and follow the instructions at https://raw.githubusercontent.com/andylizf/nonstop/main/INSTALL.md
Plugin marketplace
/plugin marketplace add andylizf/nonstop
/plugin install nonstop@nonstop
Manual
curl -fsSL https://raw.githubusercontent.com/andylizf/nonstop/main/install.sh | bash
How It Works
Before you leave: the pre-flight
`/nonstop` triggers a 4-phase sequence. Claude won't start working until all of this is done.
**1. Mental simulation.** Claude walks through every step of your task in its head and flags anything that would make it stop:
Here's my plan:
1. Refactor auth module to JWT
2. Upd
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