Skip to content

aix remove

Removes items from ai.json (or ai.local.json) and uninstalls them from editors in one step. If no ai.json exists in the current directory, the item is uninstalled directly from editors.

For skills, aix removes both the managed .aix/skills/{name}/ copy and any native editor link for the selected scope before regenerating pointer-style rule output where needed.

Terminal window
aix remove <type> <name> [flags]
Terminal window
aix remove skill react
Terminal window
aix remove mcp github

Also cleans up global MCP config if the server is no longer used by any project.

FlagDescription
--local / -lRemove from ai.local.json.
--yes / -ySkip confirmation prompt.
--no-deleteSkip deleting files from editors (for skills).
--no-syncSkip syncing editor config (for MCP).
--scope <scope> / --user (-u) / --project (-p)Target user-level or project-level config.