mission-control-explain-codebaselisted
Install: claude install-skill MN755/Codex-Mission_Control
# Mission Control Explain Codebase
## Purpose
Explain the codebase from Mission Control resources without doing ad hoc repo archaeology first.
The Codex chat agent is not the Mission Control Manager. It is the bridge between the user and the Mission Control Manager.
## Use when
- The user asks what this repo is.
- An imported codebase needs a plain-English explanation.
- You need a safe overview before deeper work.
## Workflow
1. Read codebase-map and status resources.
2. Extract stack, structure, entry points, likely runtime path, test setup, and risky or unknown areas.
3. Return a compact explanation and suggested next exploration.
## Mission Control calls
Tools:
- `mission_control_get_status`
Resources:
- `mission-control://projects/{project_id}/codebase-map`
- `mission-control://projects/{project_id}/status`
## User-facing output
- Include detected stack, structure, entry points, how it likely runs, how tests work, risky or unknown areas, and suggested next exploration.
- Keep it at summary level unless the user asks for file-by-file detail.
## Approval behavior
This is a read-only explanation. If the user wants edits afterward, switch back to Mission Control task execution with normal approvals.
## Never do
- Do not dump whole file contents by default.
- Do not pretend uncertain areas are settled.
- Do not skip the codebase map if it exists.
## Failure and fallback
If codebase understanding is incomplete, say what is known, what is inferred, and what st