Mission control uninstall
An Open Source Platform For Building Projects With OpenAI's Codex, Claude CLI, And Other Coding LLMs Using Multi-Agent Swarms And Customizable Workflows. Runs On Windows, MacOS, And Linux.
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-uninstallAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when Codex should remove the Mission Control plugin bundle, synced skills, and managed Codex MCP registration.
SKILL.md
1.1 KB, as published. Nobody here has run it
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
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.