# Mission Control Uninstall

> Use when Codex should remove the Mission Control plugin bundle, synced skills, and managed Codex MCP registration.

- Skill: `mn755/mission-control-uninstall` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mn755/mission-control-uninstall`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mn755/mission-control-uninstall/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: MN755 (https://skillmd.com/u/mn755)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mn755/mission-control-uninstall

---


# Mission Control Uninstall

Use this skill when the user wants one-command Mission Control cleanup from Codex home.

The Codex chat agent is not the Mission Control Manager.

## One-command workflow

```text
python scripts/mission-control-manage.py uninstall
```

## Expectations

- Remove the Mission Control plugin bundle from Codex home.
- Remove synced `mission-control*` skills from Codex home.
- Remove the managed `mcp_servers."mission-control"` config block.
- Stop the local Mission Control daemon when safe, unless the user asks to keep it running.
- Tell the user that already-open Codex or Claude sessions may still show stale Mission Control plugin or MCP state until the app is force-quit and reopened.
- Never require the standalone UI.

## Safety constraints

- Do not delete the source repository checkout unless the user explicitly asks for that.
- Do not claim the uninstall is complete without reporting what was actually removed.

