nvidia/dgx-station-mig
Inspect NVIDIA DGX Station GB300 MIG state and installed-driver profiles, create a digest-bound layout plan, disclose disruption and restoration, and apply an approved still-valid plan. Use when the user asks to enable, disable, partition, reconfigure, inspect, or troubleshoot MIG instances or needs MIG UUIDs. Never assume static profile IDs or terminate GPU clients.
npx skills add https://github.com/NVIDIA/dgx-spark-playbooks --skill dgx-station-mig
Treat inspection and planning as read-only. Treat every apply as disruptive.
scripts/dgx-assist system inspect --json.compatibility.capabilities.mig_inspection. If it is false, stop and explain that the detected release has no MIG inspection profile.mig inspect and mig profiles. Use only profiles reported by the installed driver. This read-only step is available on the recognized Software 1.0 and Software 2.0 profiles.compatibility.capabilities.mig_mutation to be true. If it is false, report the observed state but do not suggest a layout or work around the restriction.mig plan --layout "<layout>".10. Obtain explicit confirmation immediately before mutation.
11. Run mig apply --plan-id "<id>" --yes.
12. Report every verified MIG UUID. On partial failure, stop and present only the recorded restoration plan.
--yes only as approval already obtained.Read references/workflow.md before planning or applying a layout.
Take nvidia/dgx-station-mig from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.