by open-mercato
Cezar is a parallel coding agents orchestrator. Type a task, pick a workflow and an agent — Claude Code, Codex or OpenCode, or a mix of them per step — and watch it work live: steps, tool calls ... or: fire and forget, PR will land and issue will be fixed. Run ot locally (Linux, Mac, WSL2) or on VPS!
# Add to your Claude Code skills
git clone https://github.com/open-mercato/cezarLast scanned: 8/7/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@hono/node-server: Node.js Adapter for Hono: Path traversal in `serve-static` on Windows via encoded backslash (`%5C`)",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "hono: Hono: ReDoS in CORS middleware via Access-Control-Request-Headers",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "mermaid: Mermaid configuration APIs allow prototype pollution",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "postcss: PostCSS: incomplete fix of GHSA-6g55-p6wh-862q — attacker-controlled sourceMappingURL reads arbitrary .map files when `from` is unset",
"severity": "medium"
},
{
"type": "npm-audit",
"message": "react-router: React Router: RSC Mode CSRF Bypass Allows Action Execution Before 400 Response",
"severity": "high"
},
{
"type": "npm-audit",
"message": "undici: undici vulnerable to downstream response desynchronization via retry interceptor",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-08-07T05:39:54.051Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}cezar is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by open-mercato. Cezar is a parallel coding agents orchestrator. Type a task, pick a workflow and an agent — Claude Code, Codex or OpenCode, or a mix of them per step — and watch it work live: steps, tool calls ... or: fire and forget, PR will land and issue will be fixed. Run ot locally (Linux, Mac, WSL2) or on VPS!. It has 116 GitHub stars.
cezar returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/open-mercato/cezar" and add it to your Claude Code skills directory (see the Installation section above).
cezar is primarily written in TypeScript. It is open-source under open-mercato on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh cezar against similar tools.
No comments yet. Be the first to share your thoughts!
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
Parallel coding agents orchestrator — a local cockpit for running and tracking AI coding-agent tasks in your repo.
Type a task, pick a workflow and an agent — Claude Code, Codex or OpenCode
(experimental), or a mix of them per step — and watch it work live: steps, tool calls,
tokens, diffs, in a browser cockpit that runs entirely on your machine.
Your CLI logins, your gh, your files. No accounts, no database, no cloud.
🔥 Fire and forget. Queue a stack of autonomous coding and maintenance tasks and let them run — cezar orchestrates them across isolated worktrees, in parallel. Flip the Autonomous flag and a run never stops to ask; it just finishes. Leave it on a VPS and you get a dev team that's always on — a mobile-friendly cockpit you can check from your phone, working your backlog while you're away.
A look inside · What cezar does best · What it solves · Who it's for · Quick start · How it works · Core concepts · Cockpit tour · Agent backends · Remote access
cd your-repo
npx cezar-cli # → cockpit at http://localhost:4321
That's the whole setup. If your claude CLI is logged in (Pro/Max) and gh is
authenticated, there is nothing else to configure. State lives in .ai/cezar/
inside your repo — plain JSON, NDJSON and Markdown you can cat and fix by hand.
Click any thumbnail for the full-size screenshot.
Plenty of tools wrap a single coding agent in a nicer window — a "Codex GUI", a conductor-style app, one-agent front-ends. cezar's bet is different. Three things it does better than any of them:
npx cezar-cli in your repo and you're running —
no wizard, no API keys, no env vars, no schema, no database. It rides the
claude / codex / opencode logins and the gh you already have, and every
missing piece degrades gracefully instead of blocking you.Most "AI coding agent" tooling makes you choose between a terminal you can't see into once it's running, and a cloud product that wants your API key, your code on their servers, and an account. cezar is the third option: the agents run locally under your subscription, a cockpit shows you exactly what they're doing, and an orchestrator keeps a whole queue of them moving.
claude run is a black box
until it finishes. cezar streams every step — agent text, each tool call and
its result, tokens and cost per step — live, and keeps the full replay.CEZ_FOLLOWUPS=1) and an agent's leftover follow-ups become the
next tasks too — one click each.claude session id.
Take it over interactively in one click (claude --resume <id>), or continue it
in-process from the cockpit.gh → works without PRs, no network
→ local skills still load, no .ai/skills → the bare prompt still runs.claude CLI power users who love headless runs but want to see them,
compare a few attempts side by side, and review a diff before it lands.Prerequisites: Node 20+, at least one logged-in agent CLI — the
claude CLI (Pro/Max subscription),
the codex CLI, or
OpenCode — and, optionally, git and the gh CLI.
cd your-repo
npx cezar-cli # start the cockpit for the current repo
# or: npx @open-mercato/cezar
The cockpit opens at http://localhost:4321 (auto-picks the next free port if
busy). Type a task, pick a workflow, hit Start. That's it.
npx cezar-cli run "add a --json flag to the export command" # headless, CI-friendly
npx cezar-cli init # scaffold .ai/cezar/
Both the cezar and cez commands are installed, so once it's on your PATH you
can run either. No API key is ever used — cezar shells out to whichever agent
CLIs you are already logged into, claude by default.
Contributing? Local development shows how to get a global
cezarcommand straight off your checkout (npm run install-as-command) — no publish needed.
Just kicking the tires? Set
CEZ_DRY_RUN=1to run against a bundled mock instead of the real CLI — the whole