Mission control tensorflow scaffolding
Skill MN755/Codex-Mission_Control/.codex/skills/mission-control-tensorflow-scaffolding
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-tensorflow-scaffoldingAssembled 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
Route TensorFlow and Keras project scaffolding through Mission Control with explicit validation, export, and product-readiness expectations.
SKILL.md
1.5 KB, 279 tokens by cl100k_base, as published. Nobody here has run it
Mission Control TensorFlow Scaffolding
Purpose
Use Mission Control to scaffold TensorFlow or Keras code with real project structure, validation steps, and product-facing outputs instead of another disposable notebook.
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 start a TensorFlow or Keras project.
- The repo needs a clean training, evaluation, and export skeleton.
- Product code matters more than demo-notebook theater.
Workflow
- Confirm the repo or requested feature actually needs TensorFlow.
- Ask Mission Control to choose a Keras-first starter shape for the product goal.
- Keep data loading, training, testing, export, and deployment surfaces separate.
- Require a validation loop that proves the scaffold runs before handoff.
Mission Control calls
Tools:
mission_control_start_taskmission_control_get_status
Resources:
mission-control://projects/{project_id}/codebase-mapmission-control://projects/{project_id}/validation-summary
Never do
- Do not treat TensorFlow scaffolding like generic Python boilerplate.
- Do not stop at
model.fit()if the user asked for a product path.
Example invocation
Use Mission Control to scaffold a Keras-first TensorFlow product workflow in this repo.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.