Mission control nvidia research
Skill MN755/Codex-Mission_Control/.codex/plugins/mission-control/skills/mission-control-nvidia-research
Use Mission Control with NVIDIA AI-Q, NVIDIA Dynamo, and GPU diagnostics for deeper research and GPU-backed coding workflows.From its SKILL.md
npx -y skills add MN755/Codex-Mission_Control --skill mission-control-nvidia-researchAssembled 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
2.3 KB, 446 tokens by cl100k_base, as published. Nobody here has run it
Mission Control NVIDIA Research
Purpose
Use Mission Control to route deep technical research, GPU-backed coding capacity checks, and infrastructure diagnostics through NVIDIA-aligned runtime surfaces instead of making the chat agent guess.
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 cited technical research before coding.
- The project may use NVIDIA Dynamo for worker inference.
- The user needs GPU-cluster or Prometheus/DCGM diagnostics before running bigger coding swarms.
Workflow
- Check NVIDIA Dynamo readiness if the task may use GPU-backed worker inference.
- Check NVIDIA AI-Q readiness before delegating deeper research.
- Use AI-Q for focused research questions that benefit from citations, data sources, and async job execution.
- Check NVIDIA GPU diagnostics before blaming runtime failures on the codebase.
- Bring the research result back into Mission Control planning or implementation with a compact evidence-based summary.
Mission Control calls
Tools:
mission_control_get_nvidia_dynamo_statusmission_control_get_nvidia_aiq_statusmission_control_run_nvidia_aiq_researchmission_control_get_nvidia_gpu_diagnostics
Resources:
mission-control://projects/{project_id}/nvidia-dynamomission-control://projects/{project_id}/nvidia-aiqmission-control://projects/{project_id}/nvidia-gpu-diagnosticsmission-control://projects/{project_id}/diagnostics
User-facing output
- State clearly whether Dynamo, AI-Q, and GPU diagnostics are actually available.
- If AI-Q research ran, summarize the answer, cited-source posture, and any infrastructure limitations.
- If GPU telemetry shows pressure, say that explicitly before recommending larger swarms or heavier models.
Never do
- Do not claim NVIDIA infrastructure is configured if the probes say otherwise.
- Do not hide missing endpoints, auth, or Prometheus gaps.
- Do not blur “research completed” with “code changed.”
Example invocation
Use Mission Control and NVIDIA AI-Q to research the best approach for integrating a CUDA-backed service into this repo.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.