← ClaudeAtlas

mission-control-import-codebaselisted

Import or attach an existing codebase into Mission Control. Use when the workspace already contains a repo and Codex should let Mission Control scan, understand, and classify it before edits.
MN755/Codex-Mission_Control · ★ 1 · AI & Automation · score 71
Install: claude install-skill MN755/Codex-Mission_Control
# Mission Control Import Codebase ## Purpose Import an existing repo safely and let Mission Control build understanding before execution. 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 folder is non-empty and looks like a real codebase. - The user wants Mission Control to take over an existing repo. - You need codebase understanding before planning or writing. ## Workflow 1. Attach the current workspace with `mission_control_attach_workspace`. 2. Use `mission_control_import_existing_codebase` or the import prompt path for non-empty folders. 3. Request a read-only scan first. 4. Retrieve the codebase map and understanding summary. 5. Ask whether to skip interview, quick clarify, full interview, or let the Manager decide. 6. Start the requested task only after the understanding path is chosen. ## Mission Control calls Tools: - `mission_control_attach_workspace` - `mission_control_import_existing_codebase` - `mission_control_get_status` - `mission_control_start_task` Resources: - `mission-control://projects/{project_id}/codebase-map` - `mission-control://projects/{project_id}/status` - `mission-control://projects/{project_id}/pending-decisions` ## User-facing output - Summarize what Mission Control learned about the stack and entry points. - Show the available intake choices: skip, quick clarify, full interview, or Manager decides. - Report the project identifier and safest