Mission control knowledge base map
Skill MN755/Codex-Mission_Control/plugins/mission-control/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
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-knowledge-base-mapAssembled 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
- Ask Mission Control to scan docs and identify pages, entities, claims, links, and categories.
- Map explicit links separately from inferred relationships.
- Detect orphan pages, duplicate concepts, and stale claims.
- Return a source-aware map and recommended cleanup.
Mission Control calls
Tools:
mission_control_start_taskmission_control_get_status
Resources:
mission-control://projects/{project_id}/codebase-mapmission-control://projects/{project_id}/risk-registermission-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.