Accelerated Coding Environment

ACE helps teams scale judgment, not just tooling. It turns conventions, project context, and hard-won technical experience into a working coding environment so every session can start from what the team already knows, not from whatever one developer configured last.

Built for CTOs, product owners, and engineering managers who want AI tooling to reflect how their teams actually build software, not just how one developer happened to set up one machine.

// why teams use it

// quick start

# macOS / Linux
$ curl -fsSL https://raw.githubusercontent.com/prod9/ace/main/install.sh | bash
# Windows (PowerShell)
> powershell -c "irm https://raw.githubusercontent.com/prod9/ace/main/install.ps1 | iex"

$ ace setup prod9/school # clone a school, register MCP, write config
$ ace # launch your AI backend

// supported backends

Claude Code Codex

// what a school gives you

// how it works

  1. 1. ACE resolves the active school, backend, and project settings for the current repository
  2. 2. It clones or updates the school cache and links shared folders into the backend workspace
  3. 3. It registers the MCP tools the team expects to have available
  4. 4. It composes session context from school guidance and project config
  5. 5. Then it hands off to Claude Code or Codex with the environment ready to work
PRODIGY9 — GitHub — MIT License