Skip to content

Commands

Every dxai subcommand. Each command page includes its full options table and synopsis.

CommandWhat it does
dxai systemSystem-level setup (global IDE configs, MCP servers, skills)
dxai projectProject-level setup (stack, rules, CLAUDE.md, .editorconfig, etc.) (alias: init)
dxai bothRun system + project setup in one go
dxai cleanupRemove dxai-managed configs, files, and skills (scope: system | project | both) (alias: reset)
dxai addAdd MCP server(s) to detected agents (fast path, no wizard)
dxai removeRemove MCP server(s) from detected agents (fast path, no wizard) (alias: rm)
dxai rollbackRestore dxai-managed files from their most recent .bak. backup
dxai applyRun setup using a saved profile (auto-loads ./.dxai/profile.json if no name given)
dxai save-profileSave selections as a profile. Defaults to ~/.dxai/profiles/.json
dxai profilesList discoverable profiles (~/.dxai/profiles + ./.dxai)
dxai listShow dxai-managed installs from the manifest (system + project)
dxai statusCompare manifest with live config files; surface drift
dxai doctorValidate dxai installation: configs parse, env vars set, tools on PATH
dxai updateFetch the latest registry (MCP servers, skills) and cache it locally