>_CodeMasterGitHub
Built on Claude Code CLI

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.

~90% fewer tokens
🔧Full Claude tool access
📁Any repo
codemaster — ~/myproject
codemaster/fix divide by zero in calculator.py
Claude Code CLI · connected

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.

Commands

Every command you need

One tool for the full dev workflow. Click any command to see what it does.

available commands
codemaster output
codemaster/fix ...
⏺ Analyzing error context...
⏺ Search → src/utils/parser.ts:142
✓ Root cause: null check missing before .trim()
⏺ Applying targeted fix...
✓ parser.ts patched — 1 line changed
⏺ Validator → running jest...
✓ All 34 tests passing

Installation

Get started in 30 seconds

One install command. Then run it from any project directory.

1

Install globally

bash
$ npm install -g codemaster
2

Go to any project

bash
1$ cd ~/your-project
2$ codemaster
3

Start coding

text
1/fix that annoying bug
2/feature add authentication
3/refactor the auth module

Note: Requires Claude Code CLI. npm i -g @anthropic-ai/claude-code