Autonomous Claude Code Builder
Description
Interactive autonomous coding tool with cyberpunk agent monitoring TUI, real-time streaming, spec enhancement, and multi-agent visibility.
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
Autonomous CLI (acli)
Interactive autonomous coding tool with cyberpunk agent monitoring TUI, real-time streaming, spec enhancement, and multi-agent visibility.
[](https://www.python.org/downloads/) [](https://opensource.org/licenses/MIT)
Features
- Cyberpunk Agent Monitor TUI: Full-screen Textual dashboard with agent hierarchy visualization, real-time log streaming, drill-down detail views, and neon-themed interface
- Two-Agent Pattern: Initializer + Coding agents for systematic development
- Real-time Streaming: Event-driven architecture streaming all agent activity to the TUI
- Spec Enhancement: Convert plain English descriptions to structured JSON specs
- Browser Automation: Puppeteer and Playwright MCP integration for testing
- Progress Tracking: Feature-based progress with persistence
- Security Model: 16-command allowlist with defense-in-depth
- Claude Agent SDK: Built on the latest Anthropic Agent SDK (
claude-agent-sdk>=0.1.48)
Installation
# From source
git clone https://github.com/claude-code-skills-factory/autonomous-cli
cd autonomous-cli
pip install -e .
Quick Start
# 1. Initialize a new project
acli init my_app
# 2. Add your app specification
echo "Build a todo app with add, complete, and delete tasks" > my_app/app_spec.txt
# 3. Run with the cyberpunk TUI dashboard
cd my_app
acli run
# 4. Or launch the dedicated monitor TUI
acli monitor
# 5. Check progress
acli status
Commands
| Command | Description |
|---|---|
acli init |
Initialize new project with spec enhancement |
acli run [dir] |
Run autonomous coding loop (launches TUI by default) |
acli monitor [dir] |
Launch cyberpunk TUI for real-time agent monitoring |
acli status [dir] |
Show progress status |
acli enhance [file] |
Enhance plain-te |
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing