Getting Started

AI agents that know your project. One shared brain across Claude Code, Codex, Gemini, Aider, OpenCode, and Qoder.

0dai generates native configs for supported agent CLIs from a single ai/ directory and keeps their shared context, decisions, and outcomes in sync.

Install

npm install -g @0dai-dev/cli

Initialize your project

cd your-project
0dai init

This auto-detects your stack (Next.js, FastAPI, Flutter, Go, etc.) and generates:

  • ai/ — manifests, personas, skills, playbooks, delegation policy
  • .claude/ — settings, agents, hooks, rules
  • .codex/ — config, agents
  • .gemini/ — settings, agents
  • .aider/ — config, agents
  • AGENTS.md, .mcp.json

Verify

0dai doctor    # check health
0dai detect    # show detected stack
0dai status    # maturity, swarm, session

Keep in sync

0dai sync

Run after editing files in ai/ to regenerate all native configs.

What's next