mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-24 02:43:55 +00:00
Adds .claude-plugin/marketplace.json so the repo can be installed as a Claude Code plugin via: /plugin marketplace add jkneen/dgx-spark-playbooks /plugin install dgx-spark-playbooks@dgx-spark-playbooks Documents both the marketplace path and the local git clone + install.sh path in the README, including how to customize skills via overrides/.
15 lines
351 B
JSON
15 lines
351 B
JSON
{
|
|
"name": "dgx-spark-playbooks",
|
|
"owner": {
|
|
"name": "Jason Kneen",
|
|
"email": "jason@bouncingfish.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "dgx-spark-playbooks",
|
|
"source": "./",
|
|
"description": "Skills for setting up AI/ML workloads on NVIDIA DGX Spark hardware — derived from the official DGX Spark playbooks."
|
|
}
|
|
]
|
|
}
|