Project-aware routing
Reads CLAUDE.md, AGENTS.md, .mcp.json, slash commands, subagents, skills, hooks. Routes each turn to whichever CLI fits.
Run your coding agents while you sleep.
Klimand drives Claude Code and Codex across long, durable goals — leveraging your
CLAUDE.md, AGENTS.md, .mcp.json, slash commands, subagents, skills, and hooks
to get more out of the subscriptions you already pay for.
npx klimand
View on GitHub
The local app does the work. Your CLIs use their own auth. Your project's config decides the routing.
Reads CLAUDE.md, AGENTS.md, .mcp.json, slash commands, subagents, skills, hooks. Routes each turn to whichever CLI fits.
The orchestrator has its own playbook — 12 base skills for decomposition, routing, prompt composition, evaluation. Override per project under .klimand/skills/.
State an outcome; Klimand decomposes it into sub-tasks, drives them across Claude and Codex, evaluates each one by verification check, and shows live progress in the tracker.
Bring your own OpenAI / Anthropic key for the orchestrator. Claude Code and Codex use their own auth. Source available on GitHub.
State an outcome. Klimand turns it into a plan, runs each step against your real project, and decides what to do next.
The orchestrator turns your outcome into an ordered list of verifiable sub-tasks, with a single CLI per task and explicit dependencies.
Each sub-task runs against your real project — same auth, same CLAUDE.md and AGENTS.md rules as a chat turn.
A verification check decides pass / partial / fail. Pass moves on; partial retries with feedback; fail escalates and pauses the run.
Klimand is free and open source today. A paid Pro tier is planned for solo devs who want the convenience features off their plate. Watch the repo for launch updates.
Cron-fired runs that don't depend on your laptop being open.
Your own private repo holds state. Cross-device works without us hosting your data.
Web Push when a run finishes, needs approval, or hits a budget limit.
No API key to paste. Capped monthly budget for the orchestrator's routing calls.
| If you currently use… | Klimand adds |
|---|---|
claude CLI alone |
Multi-CLI routing, thread history, project view, scheduling |
codex CLI alone |
Same — plus Claude Code as a peer when the task calls for it |
| Cursor / Cline / aider | A CLI-agnostic orchestrator that lives outside your editor |