agentsclimarketplace

Mission control codebase intake burst

Skill MN755/Codex-Mission_Control/.codex/plugins/mission-control/skills/mission-control-codebase-intake-burst

Use when Mission Control should recommend a read-only codebase intake burst with Repo Mapper, Test Finder, Docs Reader, Risk Scanner, and Dependency Mapper.From its SKILL.md

Install
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-codebase-intake-burst

Assembled 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.

SKILL.md

2.3 KB, 454 tokens by cl100k_base, as published. Nobody here has run it

Mission Control Codebase Intake Burst

Purpose

Use Mission Control to recommend a bounded read-only intake burst for existing repos or unfamiliar workspaces.

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 repo is large or unfamiliar.
  • The user wants a quick parallel map of the codebase.
  • Mission Control should stay read-only while gathering context.

Workflow

  1. Verify the Mission Control bridge surface first:
    • prefer named mission_control_* tools when exposed
    • in Codex CLI sessions, use codex mcp list if needed to tell "registered" apart from "callable here"
    • if exposure is unclear, confirm MCP registration or resource visibility before claiming intake tooling is unavailable
  2. Check project status.
  3. Ask Mission Control for a codebase_exploration burst recommendation.
  4. Surface any approval decision in Codex chat.
  5. If approved, present the planned intake subagents and expected outputs.
  6. Ingest returned summaries so the Manager can use them later.

Mission Control calls

Daemon/API:

  • POST /api/projects/{project_id}/subagent-bursts/recommend
  • GET /api/subagents/batches/{batch_id}
  • POST /api/subagents/batches/{batch_id}/results

Resources:

  • mission-control://projects/{project_id}/codebase-map
  • mission-control://projects/{project_id}/risk-register

User-facing output

  • Show the intake burst purpose, count, risk, and proposed subagents.
  • Keep the explanation read-only and bounded.

Approval behavior

If the burst exceeds the approval threshold, wait for the user's decision before proceeding.

Never do

  • Do not let intake subagents edit files.
  • Do not run commands by default.
  • Do not treat intake as implementation work.

Failure and fallback

If burst planning is unavailable, distinguish between true bridge loss and partial MCP exposure first. Then fall back to the normal codebase map and understanding resources.

Example invocation

Use Mission Control to propose a read-only codebase intake burst for this repo.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.