agentsclimarketplace

Mission control knowledge base map

Skill MN755/Codex-Mission_Control/apps/mcp-server/src/mission_control_mcp_server/_bundled/skills/mission-control-knowledge-base-map

Build or inspect a graph-style map of docs, wiki pages, claims, entities, and relationships through Mission Control.From its SKILL.md

Install
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-knowledge-base-map

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

1.7 KB, 317 tokens by cl100k_base, as published. Nobody here has run it

Mission Control Knowledge Base Map

Purpose

Turn documentation and wiki material into a navigable claim/entity map with source-aware summaries.

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 wants to understand a docs folder or knowledge base.
  • Wiki pages need relationship mapping.
  • Claims and entities need source tracking.

Workflow

  1. Ask Mission Control to scan docs and identify pages, entities, claims, links, and categories.
  2. Map explicit links separately from inferred relationships.
  3. Detect orphan pages, duplicate concepts, and stale claims.
  4. Return a source-aware map and recommended cleanup.

Mission Control calls

Tools:

  • mission_control_start_task
  • mission_control_get_status

Resources:

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

User-facing output

  • Include entities, claims, relationships, orphan/stale areas, and source confidence.

Approval behavior

Ask before rewriting docs or committing generated graph artifacts.

Never do

  • Do not blur explicit links with inferred relationships.
  • Do not quote large copyrighted docs into chat.
  • Do not claim knowledge-base completeness without scan coverage.

Failure and fallback

If docs are too large, propose an incremental scan scope.

Example invocation

Use Mission Control to map the docs folder into claims, entities, and stale areas.

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 325,949. 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.