Skip to content

Connecting your repo

Once your blueprint is ready, the CLI connects it to your codebase and your AI coding agent.

  1. Open your project’s Integrations page and copy the install command. It looks like:

    Terminal window
    npm i -g @cubedot/cli && cubedot init --token <TOKEN>
  2. Run it in your project folder’s terminal.

  3. Open your AI coding agent (e.g. Claude Code) in that same folder and reload.

  • .mcp.json, points your agent at the CubeDot MCP server.
  • Agent assets, CLAUDE.md / AGENTS.md, a Feature Implementation Agent, and a Verifier.
  • .cubedot/, the local ledger that tracks build progress.

Run cubedot status for a read-only connectivity and file-health check. Then cubedot work to list what’s ready to build.

Next: The CLI command reference.