auto-claude-cli
Installation
SKILL.md
Auto-Claude CLI
Complete command-line interface reference for Auto-Claude autonomous coding framework.
Quick Reference
| Command | Purpose |
|---|---|
python spec_runner.py --interactive |
Create spec interactively |
python spec_runner.py --task "..." |
Create spec from description |
python run.py --spec 001 |
Run autonomous build |
python run.py --list |
List all specs |
python run.py --spec 001 --review |
Review changes |
python run.py --spec 001 --merge |
Merge to project |
Setup
All CLI commands run from apps/backend/: