Mission control github ready docs
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.
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-github-ready-docsAssembled 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
Prepare Mission Control docs for public GitHub. Use when documentation should be cleaned for publication, internal AI notes removed, secrets and private paths scrubbed, and install or run guidance made public-ready.
SKILL.md
2.0 KB, as published. Nobody here has run it
Mission Control Github Ready Docs
Purpose
Prepare documentation for a public GitHub audience through Mission Control-aware review.
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 may go public.
- The user wants README-friendly documentation.
- Docs need secret and private-path cleanup before sharing.
Workflow
- Review handoff, codebase map, and current docs outputs.
- Ask Mission Control to prepare GitHub-ready docs or treat the request as a docs-heavy change set.
- Summarize what will be cleaned, added, or redacted before any file write.
Mission Control calls
Tools:
mission_control_start_taskmission_control_get_handoff_summary
Resources:
mission-control://projects/{project_id}/handoffmission-control://projects/{project_id}/codebase-mapmission-control://projects/{project_id}/risk-register
User-facing output
- Call out removal of internal AI notes, secrets, and private paths.
- Include install, run, test, limitations, and screenshot-placeholder expectations if relevant.
Approval behavior
Ask before overwriting public-facing docs or removing existing internal notes that the user still wants preserved elsewhere.
Never do
- Do not leak private paths or tokens.
- Do not leave internal-only AI workflow notes in public docs.
- Do not claim screenshots or examples exist if they do not.
Failure and fallback
If no dedicated docs-publication tool exists, route the task through Mission Control with a docs-heavy and GitHub-ready objective, then summarize the planned cleanup items.
Example invocation
Use Mission Control to make the docs GitHub-ready.