mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-26 20:03:52 +00:00
Adds a Claude Code plugin structure that exposes each NVIDIA DGX Spark
playbook as a triggerable skill, with an index skill ('dgx-spark') that
routes users to the right leaf based on intent and encodes the
relationship graph between playbooks (prerequisites, alternatives,
composes-with, upgrade paths).
Structure:
- overrides/*.md hand-curated frontmatter + Related sections
- scripts/generate.mjs zero-dep Node generator: nvidia + overrides → skills
- scripts/install.sh symlinks skills into ~/.claude/skills (--plugin mode available)
- skills/ committed, browsable, installable without Node
- .github/workflows/ auto-regenerates skills/ when playbooks/overrides change
Initial curated leaves: ollama, open-webui, vllm, connect-to-your-spark.
Remaining 37 leaves use generator fallback (title + tagline + summary
extracted from README) and can be curated incrementally via overrides/.
21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
Markdown
---
|
|
name: dgx-spark-connect-three-sparks
|
|
description: Connect and set up three DGX Spark devices in a ring topology — on NVIDIA DGX Spark. Use when setting up connect-three-sparks on Spark hardware.
|
|
---
|
|
|
|
<!-- GENERATED:BEGIN from nvidia/connect-three-sparks/README.md -->
|
|
# Connect Three DGX Spark in a Ring Topology
|
|
|
|
> Connect and set up three DGX Spark devices in a ring topology
|
|
|
|
Configure three DGX Spark systems in a ring topology for high-speed inter-node communication
|
|
using 200GbE direct QSFP connections. This setup enables distributed workloads across three
|
|
DGX Spark nodes by establishing network connectivity and configuring SSH authentication.
|
|
|
|
**Outcome**: You will physically connect three DGX Spark devices with QSFP cables, configure network
|
|
interfaces for cluster communication, and establish passwordless SSH between nodes to create
|
|
a functional distributed computing environment.
|
|
|
|
**Full playbook**: `/Users/jkneen/Documents/GitHub/dgx-spark-playbooks/nvidia/connect-three-sparks/README.md`
|
|
<!-- GENERATED:END -->
|