Diagnoses wrong gradients in differentiable NVIDIA Warp programs by measuring first — comparing autodiff against finite differences on a shrunk reproduction before proposing any fix.
NVIDIA Holoscan SDK SetupSkill
Summary
Inspects the host's hardware, OS, CUDA driver and existing tooling, recommends one Holoscan SDK install method with a reason, then hands off to the matching install skill.
Features
- Inspects host hardware, OS, CUDA driver and existing tooling
- Recommends one install method with a stated reason, then asks before acting
- Covers NGC container, apt, pip wheel, Conda and source builds
- Supports Ubuntu, RHEL, IGX Orin, Jetson and DGX Spark / Grace-Hopper
- Reads the live Holoscan docs instead of hardcoded assumptions
- Bundled scripts detect off-PATH Conda installs and NGC image availability
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Holoscan is NVIDIA's SDK for real-time sensor-processing AI — medical imaging devices, scientific instruments and other systems where a video or sensor stream has to be inferred on with low latency. Installing it is the awkward part: the right method depends on your GPU, your OS, your CUDA driver and which of Docker, apt, pip or Conda you already have.
This skill turns that decision into a guided interview. It inspects the machine, assesses platform compatibility, and ends with a single bolded recommendation naming one method and why — then stops and asks before installing anything.
Covered install methods: NGC container, Debian/apt, pip wheel, Conda, and building from source.
Covered platforms: Ubuntu 22.04/24.04, RHEL 9.x, IGX Orin, Jetson, and DGX Spark / Grace-Hopper.
How it avoids stale answers. Step one is fetching the current Holoscan SDK user guide and installation page, so supported platforms and package names come from the live docs rather than from the model's memory. Two bundled scripts do detection the shell cannot do reliably: check_conda.sh finds Conda installs that are not on PATH (searching ~/miniconda3, ~/miniforge3, ~/anaconda3, ~/mambaforge, /opt/conda and shell rc files) and reports which environments can import holoscan; check_ngc_image.sh checks whether the NGC container image for a given CUDA tag is pulled or available.
Behavioural rules it enforces. For a first-time user on a supported x86_64 host with Docker available, the recommendation must be the NGC container. The agent verifies Docker and GPU passthrough itself rather than asking you to run nvidia-smi. And it must not paste install commands in the recommendation turn — those belong to the delegated install skill. Authored by the NVIDIA Holoscan team, Apache-2.0.
Related Skills
Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
