dgx-spark-playbooks/.claude-plugin/marketplace.json
Jason Kneen 684559d190 docs: add Claude Code marketplace install + README instructions
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/.
2026-04-19 10:32:56 +01:00

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."
}
]
}