Noxdev
Description
Ship code while you sleep. Open-source CLI that orchestrates autonomous coding agents with Docker isolation, git worktree safety, and a review workflow.
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
,___,
[O.O]
/) )\
" \|/ "
---m-m---
noxdev
Ship code while you sleep
[](https://www.npmjs.com/package/@eugene218/noxdev) [](LICENSE) [](https://nodejs.org/)
What is noxdev
An open-source Node.js CLI that orchestrates autonomous coding agents overnight. Write task specs, go to sleep, wake up to real commits on production codebases. Docker containment, git worktree isolation, and a morning review workflow keep your main branch safe.
Quick Start
npm install -g @eugene218/noxdev
noxdev doctor # check prerequisites
noxdev init my-project --repo ~/my-repo # register a project
# write tasks in ~/worktrees/my-project/TASKS.md
noxdev run my-project # run task loop
noxdev status my-project # morning summary
# Merge when ready
cd ~/projects/my-project && git merge noxdev/my-project
noxdev dashboard # visual review UI
Works with
noxdev is **language-agnostic** and works with any tech stack that can be containerized. The autonomous agents adapt to your codebase's language, framework, and tooling.
**Proven paths:**
- TypeScript/JavaScript: React, Next.js, Vue, Express, Node.js APIs
- Python: FastAPI, Django, Flask, data science projects, ML workflows
The agents understand your project's build systems, package managers, and testing frameworks. Whether you're building frontends, backends, APIs, or data pipelines, noxdev adapts to your development workflow.
Task Format
Tasks are defined in `TASKS.md` using this format:
## T1: Add user authentication
- S
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps