mcpbeat Sign in

Dgx Station Mig Agent Skill

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.

978 tokens
context cost
the whole folder, loaded on every use
4
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
1211
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/NVIDIA/dgx-spark-playbooks --skill dgx-station-mig

What comes with it

1 561 bytes besides the instruction
agents/openai.yaml
references/workflow.md
scripts/dgx-assist

The instruction itself

3 sections, as written by the author

DGX Station MIG

Treat inspection and planning as read-only. Treat every apply as disruptive.

Workflow

  • Run scripts/dgx-assist system inspect --json.
  • Search the playbooks for the user's MIG concern and cite relevant results.
  • Read compatibility.capabilities.mig_inspection. If it is false, stop and explain that the detected release has no MIG inspection profile.
  • Run 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.
  • Before planning, require 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.
  • Require the desired exact layout. Do not choose a layout from model names or nominal memory sums.
  • Run mig plan --layout "<layout>".
  • Present current and proposed state, exact commands, active clients, privilege, workload impact, reset/reboot possibility, and restoration commands.
  • If any client is active, stop. Tell the user dgx-assist will not terminate it.

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.

Safety requirements

  • Never use a hardcoded GPU index, profile table, or assumed placement.
  • Never destroy instances, reset a GPU, reboot, or change MIG mode outside an approved plan.
  • Never kill a GPU process or take over a service.
  • Invalidate the plan when clients, mode, profiles, release, driver, or instances change.
  • Do not improvise further mutations after partial failure.
  • Do not treat Fabric Manager as a normal Station prerequisite.
  • Treat --yes only as approval already obtained.

Read references/workflow.md before planning or applying a layout.

Other skills for the same job

different authors, same section of the catalogue
Theme Factory
by anthropics
vendor ×16

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

36k tokens
Brand Guidelines
by anthropics
vendor ×13

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

3k tokens
Artifacts Builder
by JayZeeDesign
×8

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

11k tokens scripts
Web Artifacts Builder
by anthropics
vendor ×7

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

11k tokens scripts
Frontend Design
by Karanjot786
×6

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

1k tokens
Frontend Design
by anthropics
vendor ×4

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

5k tokens
Expo Tailwind Setup
by openai
vendor ×4

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling

3k tokens
Use Dom
by openai
vendor ×3

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

3k tokens

How to use it

Copy the folder

Take nvidia/dgx-station-mig from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

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.