Ship code faster
with AI you control
CodeMaster is a token-efficient coding orchestrator. It runs Claude's full pipeline from your terminal — search, plan, edit, validate — without burning through context.
Why CodeMaster
Built for the way you actually code
Every decision optimized for token efficiency, correctness, and speed — without sacrificing capability.
Direct File Editing
Claude reads and writes your files natively using its own tools. No fragile diff parsing — changes land exactly where they should.
Full Tool Access
Bash, Grep, Glob, Read, Write, Edit — Claude uses whatever tools the task demands. Run tests, search code, install packages mid-task.
Token Efficiency
Compact context directives point Claude to the right files. It reads only what it needs — not your entire codebase.
Dynamic Continuation
Large tasks auto-chunk. Claude signals when more passes are needed and picks up exactly where it left off with a progress snapshot.
Planned Execution
FEATURE and REFACTOR tasks run through a Planner first. Complex work is broken into focused steps and executed sequentially.
Full Shell Integration
Run /git status, /run npm test, /diff, /scan — all shell and git operations from the same TUI without leaving your flow.
Architecture
The Pipeline
Deterministic preprocessing before every LLM call. Minimal tokens, maximum precision. Click any stage to inspect it.
CODER
LLM callLLM stage with full tool access. Claude reads, writes, and edits files directly using its native tools — no diff generation or patching. For large tasks it runs in multiple passes until complete (NEEDS_CONTINUATION protocol).
Uses
Commands
Every command you need
One tool for the full dev workflow. Click any command to see what it does.
Installation
Get started in 30 seconds
One install command. Then run it from any project directory.
Install globally
$ npm install -g codemaster
Go to any project
1$ cd ~/your-project2$ codemaster
Start coding
1/fix that annoying bug2/feature add authentication3/refactor the auth module
Note: Requires Claude Code CLI. npm i -g @anthropic-ai/claude-code