v0.1Conquer context. Conquer tokens. Conquer code.

Make Codex
Sharper, Quieter.

A Rust-powered command center for Codex CLI — graph-aware context, compressed outputs, expert skills, and design intelligence.

$ npm install -g conquerors-cli
Dashboard

Trusted by developers using

  • Codex
  • Claude Code
  • Cursor
  • Gemini CLI
  • Windsurf
  • VS Code

Features

Everything Codex needs,
nothing it doesn't.

Six modules working together to make your AI agent sharper, faster, and cheaper.

Command Compression

Wrap noisy build/test/git output. Keep failing tests, errors, and line refs. Cut ~70% of tool-output tokens.

CodeGraph Memory

Build a local graph of files, symbols, imports, routes, tests, and design tokens. Retrieve focused spans instead of re-reading entire files.

Token Governor

Budget profiles from `ultra-low` to `architect`. Controls input context, output verbosity, and tool-output compression per task type.

Skill Runtime

Toggle expert modes like `bug-hunt`, `frontend-polish`, `hackathon-speedrun`, or `tdd-commander` on the fly during any session.

Web Intelligence

Extract product DNA from any public URL — brand voice, visual system, UX patterns, SEO, and tech stack — as safe inspiration briefs.

Design Judge

Deterministic design scoring for visual hierarchy, spacing, typography, contrast, and accessibility. Run `conquerors design score` as visual CI.

How It Works

From install to insight in minutes.

01

Initialize Your Repo

Run `conquerors init` in any project. It detects your language, framework, package manager, and sets up the local graph index.

$ conquerors init
✓ Detected: Rust workspace
✓ Indexed 247 files, 1,832 symbols
✓ Graph ready
02

Launch Codex with Skills

Start Codex through Conquerors's wrapper. Pick a budget profile and activate skills for your task.

$ conquerors codex --budget low --skills bug-hunt
Budget Profile: low
Active Skills: bug-hunt
Ready for input...
03

Compressed Everything

Every command runs through Conquerors's compressor. Tests, builds, git — only errors and actionable lines reach the model.

$ conquerors run npm test
STATUS: 2 failed / 47 passed
SAVED: ~68% tokens
04

Score & Ship

Run design audits, review diffs, verify regressions — all before claiming success.

$ conquerors design score ./
DESIGN SCORE: 91/100
✓ Ready to ship

Token Discipline

Measurable savings,
not vague claims.

~0%

Input tokens saved

via graph-first context

~0%

Output tokens saved

via caveman modes

~0%

Command output saved

via RTK compression

~0%

Agent turns saved

via option-based questions

Skill Runtime

Expert modes, one toggle away.

Activate focused skill profiles for debugging, frontend polish, hackathons, or architecture work.

bug-hunt
Debugging
token-surgeon
Token
frontend-polish
Design
hackathon-speedrun
Hackathon
spec-first
Planning
tdd-commander
Planning
css-audit
Design
stackmd-capture
Web Intel
skill.yml
name: bug-hunt
version: 1.0.0
category: Debugging
token_cost: Medium

description: |
Aggressively searches for race conditions, null references, and logical flaws by checking git blame and relevant PRs.

tools:
- rust-gdb
- cargo test
- git-grep
"
ConquerorscutourCodextokenusageby60%overnight.Thegraphcontextmeanstheagentstopsre-readingthesamefileseveryturn.It'slikegivingCodexamemoryitactuallyuses."
Arjun Mehta
Arjun Mehta
Staff Engineer, AI Platform

Architecture

One binary. Six MCP servers.
Zero hacks.

Conquerors CLI connects your tools, graph database, and expert skills seamlessly. The core binary orchestrates multiple specialized Model Context Protocol (MCP) servers to give Codex precise control over its environment.

Conquerors CLI Core
Orchestrator
01

CodeGraph MCP

Builds a local graph of files, symbols, and imports to retrieve focused spans.

02

Command MCP

Executes terminal commands and compresses noisy output to save tokens.

03

Skill MCP

Toggles expert modes like bug-hunt or tdd-commander on the fly.

04

Web Intel MCP

Extracts product DNA from public URLs as safe inspiration briefs.

05

Design Judge MCP

Deterministic design scoring for visual hierarchy and contrast.

06

Question MCP

Allows Codex to prompt users with option-based queries.

Ready to conquer your codebase?

Install Conquerors in seconds. Works with any Codex project.

$ npm install -g conquerors-cli