Collection of step-by-step playbooks for setting up AI/ML workloads on NVIDIA DGX Spark devices with Blackwell architecture.
Go to file
2026-04-19 11:52:40 +01:00
.claude-plugin docs: add Claude Code marketplace install + README instructions 2026-04-19 10:32:56 +01:00
.github/workflows feat: scaffold skills plugin from DGX Spark playbooks 2026-04-19 10:22:08 +01:00
nvidia chore: Regenerate all playbooks 2026-04-14 17:45:10 +00:00
overrides feat: scaffold skills plugin from DGX Spark playbooks 2026-04-19 10:22:08 +01:00
scripts fix(install): use nullglob so cleanup doesn't trip set -e on empty install 2026-04-19 10:23:09 +01:00
skills chore: regenerate skills/ from upstream playbooks [skip ci] 2026-04-19 09:25:00 +00:00
src/images chore: Regenerate all playbooks 2025-10-03 20:46:11 +00:00
.gitignore feat: scaffold skills plugin from DGX Spark playbooks 2026-04-19 10:22:08 +01:00
LICENSE chore: Regenerate all playbooks 2025-11-10 15:05:38 +00:00
LICENSE-3rd-party chore: Regenerate all playbooks 2026-03-11 16:41:32 +00:00
plugin.json feat: scaffold skills plugin from DGX Spark playbooks 2026-04-19 10:22:08 +01:00
README.md docs: add Claude Code marketplace install + README instructions 2026-04-19 10:32:56 +01:00

NVIDIA DGX Spark

DGX Spark Playbooks

Collection of step-by-step playbooks for setting up AI/ML workloads on NVIDIA DGX Spark devices with Blackwell architecture.

About

These playbooks provide detailed instructions for:

  • Installing and configuring popular AI frameworks
  • Running inference with optimized models
  • Setting up development environments
  • Connecting and managing your DGX Spark device

Each playbook includes prerequisites, step-by-step instructions, troubleshooting guidance, and example code.

Use as Claude Code Skills

Every playbook in this repo is also exposed as a Claude Code skill, so Claude can install and configure them for you interactively. An index skill (dgx-spark) routes broad questions to the right specific playbook, and each leaf skill carries cross-references to related playbooks (prerequisites, alternatives, what to try next).

In Claude Code, run:

/plugin marketplace add jkneen/dgx-spark-playbooks
/plugin install dgx-spark-playbooks@dgx-spark-playbooks

Option B: install locally via script

Clone and run the install script. This symlinks each skill into ~/.claude/skills/, so git pull updates them in place.

git clone https://github.com/jkneen/dgx-spark-playbooks
cd dgx-spark-playbooks
./scripts/install.sh                  # individual skills → ~/.claude/skills/
./scripts/install.sh --plugin         # or: whole repo as a plugin → ~/.claude/plugins/
./scripts/uninstall.sh                # remove

Requires Node 18+ if you want to regenerate skills from overrides; otherwise the committed skills/ directory is used as-is.

Customizing a skill

Hand-curate any skill by creating or editing overrides/<playbook-name>.md (see overrides/ollama.md as a worked example), then run node scripts/generate.mjs to rebuild. Overrides contribute the frontmatter description (which controls when the skill triggers) and any extra sections like "Related skills" or gotchas. Generated content between <!-- GENERATED:BEGIN --> and <!-- GENERATED:END --> markers is rewritten from the upstream README on every regeneration; override content outside those markers is preserved.

A GitHub Action auto-regenerates skills/ whenever a playbook README or override changes.

Available Playbooks

NVIDIA

Resources

License

See: