local_fire_departmentHoneystax
search⌘K
loginLog Inperson_addSign Up
layers
HONEYSTAX TERMINAL v1.0
HomeNewsSavedSubmit
Back to the live board
C

CodeMachine-CLI

Agent

CodeMachine is an open-source tool that orchestrates AI coding agents into repeatable, long-running workflows.

Copy the install, test the workflow, then decide if it earns a permanent slot.

2,373
Why nowStill in play

Still active enough to matter. Good candidate for a fast stack test instead of a long evaluation loop.

DecisionHigh-conviction move

Copy the install, test the workflow, then decide if it earns a permanent slot.

Trial costMedium lift

Reasonable to try, but it will take more than a quick skim to get real signal.

Risk38/100

GitHub health 57/100. no security policy. 8 open issues make this testable, but not something to trust blind.

What You Are Adopting

AI Agent

Multiple

Model

Multiple

Build Time

Minutes

Test This In Your Stack

One command inClean rollbackLow commitment
shieldSandboxedInstalls to ~/.claude — isolated from your projects. One command to remove.

Fastest way to find out if CodeMachine-CLI belongs in your setup.

Copy the install command, run a real test, and back it out cleanly if it slows you down.

Try now
git clone https://github.com/moazbuilds/CodeMachine-CLI ~/.claude/agents/codemachine-cli

Run this first. You will know quickly if the workflow earns a permanent slot.

Back out
rm -rf ~/.claude/agents/codemachine-cli

No messy cleanup loop. If it misses, remove it and keep moving.

Install Location

~/  └─ .claude/      ├─ commands/      ├─ agents/      │   └─ codemachine-cli/ ← installs here      └─ settings.json

About

CodeMachine is an open-source tool that orchestrates AI coding agents into repeatable, long-running workflows.. An open-source agent for the AI coding ecosystem.

README

CodeMachine Banner

npm i -g codemachine

CodeMachine is an open-source tool that orchestrates AI coding agents into repeatable, long-running workflows. ⚡️


Every time you use an AI coding agent, you're running a workflow. Fix a bug? You ask questions, reproduce, analyze, plan, implement, test. Build a feature? You research, design, code, review.

The workflow lives in your head. You guide the agent through it, step by step, session by session. But every time you start, you rebuild it from scratch. You re-explain the process. You remember to ask the right questions. You manage when to clear context, when to push forward, when to loop back.

CodeMachine lets you capture that workflow and run it again.

Watch CodeMachine Demo

How It Works

CodeMachine is an orchestration layer that runs AI coding CLIs through structured workflows. You define the workflow once, and CodeMachine handles execution, context passing, and agent coordination.

It uses the headless scripting mode that AI coding engines provide for automation (Claude Code, Codex, Cursor, and others). It spawns engines via CLI, passes the right arguments and flags, and controls agents through its infrastructure.

Build workflows from fully interactive to fully autonomous - and anything in between. Learn about orchestration patterns →

Why CodeMachine?

CM introduces innovative agent communication styles that have never existed for coding agents before - enabling you to build any complex workflow you can imagine. Start with the Ali Workflow Builder default workflow to create your first workflow interactively.

  • Build Once, Run Forever: Define complex workflows once and execute them reliably on every project - stop rebuilding the same patterns manually.
  • Multi-Agent Orchestration: Assign different agents to different tasks, enable them to communicate with each other, and collaborate on complex decisions.
  • Parallel Execution: Run multiple agents simultaneously on different parts of your workflow for faster results.
  • Long-Running Workflows: Execute workflows for hours or days - CodeMachine handles persistence so you don't have to babysit.
  • Context Engineering: Centralize prompts, manage dynamic context, and control what each agent sees at each step.

Ready to build your first workflow? Get started →

Read the Docs


Developers are already building with CodeMachine - reducing time and effort on complex, repetitive workflows.
Want to see what they're creating? Join us.

Join our Discord    Join our Reddit

Tech Stack

Claude

Installation

npm i -g codemachine

Open Live ProjectAudit Repo

Reviews0

Log in to write a review.

AgingLast commit 2mo ago
bug_report8open issues
Submitted September 28, 2025

auto_awesomeYour strongest next moves after CodeMachine-CLI