agentsclimarketplace

Mission control handoff

Skill MN755/Codex-Mission_Control/.codex/skills/mission-control-handoff

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.

Install
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-handoff

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.

What its author says it does

Copied from the file, not written here

Retrieve and present the final Mission Control handoff. Use when the user asks for the finished result, final summary, what changed, how to run it, evidence, limitations, or next tasks.

SKILL.md

2.0 KB, 389 tokens by cl100k_base, as published. Nobody here has run it

Mission Control Handoff

Purpose

Present the Mission Control handoff as a clean, evidence-aware final summary.

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 orchestration is complete or near complete.
  • The user asks for the handoff or final report.
  • You need to verify what changed and what evidence backs it.

Workflow

  1. Call mission_control_get_handoff or mission_control_get_handoff_summary.
  2. Read the handoff resource for status, evidence level, and limitations.
  3. Summarize what changed, how to run, validation or evidence, important files, and next tasks.
  4. Warn explicitly if the run was dry-run, incomplete, or weakly evidenced.

Mission Control calls

Tools:

  • mission_control_get_handoff
  • mission_control_get_handoff_summary

Resources:

  • mission-control://projects/{project_id}/handoff
  • mission-control://projects/{project_id}/status

User-facing output

  • Show status, confidence or evidence level, what changed, how to run, validation or evidence, known limitations, recommended next tasks, and important files or artifacts.
  • Warn if tests were not run, evidence is missing, the handoff is incomplete, or the run was dry-run.

Approval behavior

If the handoff requires explicit review or sign-off, relay that approval instead of declaring the work accepted.

Never do

  • Do not present a partial report as finished.
  • Do not suppress missing evidence.
  • Do not claim Codex performed the work directly.

Failure and fallback

If no handoff exists yet, say so directly, provide the current status, and point the user to the blocking approvals or remaining tasks.

Example invocation

Get the Mission Control handoff and summarize what changed.

Keep looking

Skills are one crate of 328,083. 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.