# AI DevKit – The control plane for AI coding agents

> Source: <https://ai-devkit.com/>
> Published: 2026-06-19 04:53:07+00:00

.ai-devkit.json

### One setup for the whole agent team

Reconcile Claude Code, Codex, Cursor, Gemini CLI, opencode, Pi, and more from one project-local source of truth.

The future is many AI coding agents

AI DevKit is the local control plane for Claude Code, Codex, Cursor, Gemini CLI, opencode, and Pi: one shared config, one console, local memory, cross-agent communication, and proof before done.

Built for developers already operating more than one coding agent.

`npx ai-devkit@latest init`

Before and after

The new problem is orchestration

Multi-agent coding is powerful, but without shared setup, memory, communication, and verification, it becomes operationally messy. AI DevKit sits above the tools instead of replacing them.

.ai-devkit.json

Reconcile Claude Code, Codex, Cursor, Gemini CLI, opencode, Pi, and more from one project-local source of truth.

agent console

See what is running, inspect local sessions, and keep long-running agents out of scattered terminal tabs.

agent send

Send prompts, logs, test output, and review tasks to the right running agent or saved agent group.

local SQLite

Store conventions, decisions, and reusable fixes locally so agents search when context is actually needed.

verify

Use workflow skills and verification gates so completion claims need fresh build or test output.

Start in 30 seconds

The init flow writes project-local files you can review and commit. Re-run it whenever your agent list, skills, or workflow changes.

```
npx ai-devkit@latest init --built-in
ai-devkit agent console
ai-devkit agent list
ai-devkit agent send "review this branch for release risk" --group reviewers
npm test 2>&1 | ai-devkit agent send --id codex --stdin
ai-devkit memory search --query "testing convention"
```


