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.
aix remove <type> <name> [flags]Commands
Section titled “Commands”aix remove skill
Section titled “aix remove skill”aix remove skill reactaix remove mcp
Section titled “aix remove mcp”aix remove mcp githubAlso cleans up global MCP config if the server is no longer used by any project.
| Flag | Description |
|---|---|
--local / -l | Remove from ai.local.json. |
--yes / -y | Skip confirmation prompt. |
--no-delete | Skip deleting files from editors (for skills). |
--no-sync | Skip syncing editor config (for MCP). |
--scope <scope> / --user (-u) / --project (-p) | Target user-level or project-level config. |