What problem does it solve?
Finding the right NVIDIA DOCA documentation page, installed library version, sample location, or replacement for a broken doc URL is difficult without access to the DOCA source tree. This Skill acts as a routing table that maps user questions to the authoritative docs.nvidia.com page, on-disk path under /opt/mellanox/doca, or public GitHub source.
Core Features & Use Cases
- Documentation Routing: Maps user intents (install, build, API reference, release notes, forum) to the correct docs.nvidia.com entry point, including umbrella pages for libraries, services, and tools.
- Install Layout Decoding: Explains the layout of an installed DOCA package under /opt/mellanox/doca, how to identify installed libraries and versions via pkg-config, and where samples live on disk and on GitHub.
- URL Recovery and Scope Boundaries: Recovers renamed or 404'd doc URLs (e.g., the Comm Channel to Comch rename) and routes out-of-scope requests to sibling skills like doca-setup, doca-programming-guide, and doca-hardware-safety.
- Use Case: A developer asks "which DOCA libraries do I have installed and at what version?" The agent loads this Skill, follows the version-detection routing, and answers with concrete pkg-config commands and paths instead of guessing.
Quick Start
Ask your agent where to find authoritative documentation for a DOCA library, which DOCA version is installed, or where a specific DOCA sample lives on disk or GitHub.