Connecting your repo
With a spec in hand, one command connects it to your code and your agent.
-
Open your project’s Integrations page, pick your coding tool and OS, and copy the install command. It comes pre-filled with the CLI version pinned to your project and your private token:
Terminal window npm i -g @cubedot/cli@<version>cubedot init --token <TOKEN> -
Run it in your project folder.
-
Open your AI coding agent (Claude Code, say) in that same folder and reload.
init checks the connection before it writes anything, then drops three things into your repo:
.mcp.json, pointing your agent at the CubeDot MCP server.- Agent assets,
CLAUDE.md/AGENTS.md, plus a Feature Implementation Agent and a Verifier. .cubedot/, the local ledger that tracks progress. If your Design System includes uploaded fonts, they land in the design cache here too.
To confirm it took, run cubedot status (a read-only health check), then cubedot work to see what’s ready to build. From there, the CLI reference has the rest. To disconnect a repo cleanly later, cubedot uninstall removes everything init wrote.