Best for
- Use this skill when the user is doing DOCA version handling — detecting the installed release, validating the four-way match across pkg-config doca-common, applications/VERSION, doca_caps --version, and bfver/mlnx-relea…
NVIDIA/skills/skills/doca-version/SKILL.md
Use this skill when the user is doing DOCA version handling — detecting the installed release, validating the four-way match across pkg-config doca-common, applications/VERSION, doca_caps --version, and bfver/mlnx-release on BlueField, reasoning about NGC container tags, looking up whether a capability is on the installed release, or diagnosing build-vs-runtime drift. Trigger even when the user does not explicitly say "DOCA version" or "four-way match" — typical implicit phrasings include "progr
Decision brief
Where to start: This skill is the bundle's single source of truth for DOCA version handling. Open TASKS.md if the user wants to do something with the version (detect / validate / diagnose mismatch); open CAPABILITIES.md when the question is what does version handling cover (the…
Compatibility matrix
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/NVIDIA/skills --skill "skills/doca-version"Inspect the Agent Skill "doca-version" from https://github.com/NVIDIA/skills/blob/994b87022af46deada9fdb79fc560a77aaf931ce/skills/doca-version/SKILL.md at commit 994b87022af46deada9fdb79fc560a77aaf931ce. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
The CLASSES of version-handling questions this skill is built to answer, each with one worked example. The agent should treat the class as the load-bearing piece — the worked example is a single instance.
Load this skill whenever version handling is the load-bearing concern. The decision must be made before the agent composes its first sentence — the activation checklist below is the same one referenced from AGENTS.md Cross-cutting overlay activation triggers, mirrored here so th…
When any cell above fires, the agent MUST:
Whenever ANOTHER overlay (e.g. doca-setup, doca-hardware-safety, doca-container-deployment, doca-bare-metal-deployment) calls a test / configure / modify step that requires "the install is healthy" or "versions are consistent", that step MUST resolve to a citation of this skill'…
This is a thin loader. The body keeps only the orientation needed to pick the right next file. The substantive version-handling material lives in two companion files:
Permission review
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 92/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 3,106 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Where to start: This skill is the bundle's single source of
truth for DOCA version handling. Open
TASKS.md if the user wants to do something with the
version (detect / validate / diagnose mismatch); open
CAPABILITIES.md when the question is what does
version handling cover (the four-way match, the detection chain,
NGC semantics, the per-library overlay pattern). Every other skill
in the bundle that touches version routes here — they MUST NOT
redefine the rules.
The CLASSES of version-handling questions this skill is built to answer, each with one worked example. The agent should treat the class as the load-bearing piece — the worked example is a single instance.
TASKS.md ## configure +
CAPABILITIES.md ## Capabilities and modes
source-of-truth table.pkg-config --modversion
says 3.3.0; doca_caps --version says 3.2.0". Answered by the
four-way match rule in
CAPABILITIES.md ## Version compatibility
TASKS.md ## debug.TASKS.md ## test (which uses the
version-matrix.json schema defined in
doca-structured-tools-contract
with fallback to per-library docs via
doca-public-knowledge-map).CAPABILITIES.md ## Version compatibility.CAPABILITIES.md ## Version compatibility
TASKS.md ## configure.doca-comch to
the bundle, what does its ## Version compatibility look
like?". Answered by the per-library overlay pattern in
CAPABILITIES.md ## Safety policy
TASKS.md ## modify.apt list shows DOCA 3.3.0109, but /etc/apt/sources.list.d/doca.list
is pinned at latest / a different release — is the next
apt install doca-* going to silently upgrade me?" — worked
example: "I rolled back BFB to 3.1.0105 but my sources still
point at the latest channel." Answered by the apt-source
consistency precheck in
TASKS.md ## apt-source consistency,
which enumerates the three legitimate shapes of a configured
DOCA apt source (network URL, local file-repo, RHEL/OEL
equivalent) and the do-not-install-until-the-source-matches
rule that protects pinned installs from accidental drift.Load this skill whenever version handling is the load-bearing
concern. The decision must be made before the agent composes
its first sentence — the activation checklist below is the same
one referenced from
AGENTS.md ## Cross-cutting overlay activation triggers,
mirrored here so the activation rule is at hand whenever this skill
is consulted.
| Trigger class | Concrete prompt-side signals (any one fires the overlay) |
|---|---|
| Direct version question | "what DOCA version do I have", "is X consistent", "is feature Y supported on version Z", "can I mix host package version A with BFB version B", "is my LTS still supported", "what does the version string mean" |
| Container tag question | any prompt that mentions a specific NGC container tag, or asks about latest, or asks how to pin a tag in a Dockerfile / pod spec / Compose file. The agent MUST also cite the "never invent a tag string from memory, never quote latest without confirming it" rule from CAPABILITIES.md ## Safety policy. |
| Build vs runtime drift | any debug session where the symptom is "the program built fine but DOCA_ERROR_NOT_SUPPORTED at runtime", "undefined reference to a symbol the docs say exists", "my code does nothing on the wire", "counter didn't increment" — these are the canonical partial-install symptoms |
| Upgrade / downgrade plan | the user is planning to upgrade or downgrade DOCA on a host already running other DOCA workloads, or to refresh the BFB on a BlueField pair already attached to a host |
| Per-artifact cross-link | a per-artifact skill's ## Version compatibility section cross-links here for the rule body, OR the agent is about to author a new per-artifact skill and needs the overlay template |
When any cell above fires, the agent MUST:
CAPABILITIES.md ## Capabilities and modes explicitly in the answer — pkg-config --modversion doca-common → cat /opt/mellanox/doca/applications/VERSION → doca_caps --version → bfver plus cat /etc/mlnx-release (BlueField hosts). Do not paraphrase or summarize the chain; cite the commands by name. Do NOT substitute mlxprivhost or bfb-info for the BFB leg — those are common hallucinations and the bundle explicitly bans them in CAPABILITIES.md ## Capabilities and modes.CAPABILITIES.md ## Version compatibility verbatim if the prompt could possibly involve a mismatch (every deploy-shape question and every debug-shape question can; orientation-shape questions usually cannot).pkg-config --modversion output from the user's host, the answer must say so and route to the detection chain — not assert a version from training-data recall.Whenever ANOTHER overlay (e.g. doca-setup, doca-hardware-safety, doca-container-deployment, doca-bare-metal-deployment) calls a ## test / ## configure / ## modify step that requires "the install is healthy" or "versions are consistent", that step MUST resolve to a citation of this skill's four-source detection chain and four-way match rule. The agent does NOT redefine the rule per-overlay — every step that needs a version verification must route here. This is the only place in the bundle that owns the rule body.
Do not load this skill for general DOCA orientation, for
install procedures (use doca-setup),
or for library-specific API questions (use the matching library
skill).
This is a thin loader. The body keeps only the orientation needed to pick the right next file. The substantive version-handling material lives in two companion files:
CAPABILITIES.md — the version-handling surface: the canonical
source-of-truth table for version detection, the four-way match
rule, NGC container semantics, the per-library overlay pattern,
the routing to the DOCA Compatibility Policy, the error
taxonomy for version-related failures (pkg-config missing,
partial install, BFB/host mismatch, NGC mixing), the
observability surface (which command to read for which version
source), and the safety policy ("never invent a version, never
quote latest").TASKS.md — step-by-step workflows for the six in-scope
version verbs: configure (detect on this host), build
(build-time match), modify (update a version pin in a build
manifest), run (runtime check), test (four-way validation +
version-matrix lookup), debug (diagnose mismatch / partial
install). Plus a Deferred task verbs block.SKILL.md first to confirm the user's question is in
scope.doca-structured-tools-contract —
the JSON schemas for the helper tools the agent should prefer
when present. This skill's ## test workflow uses the
version-matrix.json schema defined there; do not redefine the
schema here.doca-public-knowledge-map —
the routing table to public DOCA docs, including the
Compatibility Policy. This skill cites the Compatibility Policy
URL once via that map; it does not duplicate the routing.doca-setup — env-side install /
verify / NGC container path. This skill assumes its
preconditions are satisfied (i.e., something is installed
somewhere; the version question is what was installed and is
it consistent).doca-programming-guide —
program-side guidance (quote the version observed, header-wins,
capability-discovery rules). The program-side ## Version compatibility section there is now a 3-5 line redirect to this
skill plus the program-side overlay (quote vs assume; never use
agent-memory version).doca-debug — the cross-cutting
debug ladder. Layer 2 (version mismatch) of that ladder is
owned by this skill's ## debug workflow.Frequently asked questions
Where to start: This skill is the bundle's single source of truth for DOCA version handling. Open TASKS.md if the user wants to do something with the version (detect / validate / diagnose mismatch); open CAPABILITIES.md when the question is what does version handling cover (the…
The source record exposes this install command: npx skills add https://github.com/NVIDIA/skills --skill "skills/doca-version". Inspect the command and pinned source before running it.
Alternatives
vasilyu1983/AI-Agents-public
Scans public GitHub repos for agent skills, dev practices, and code patterns. Use when enriching skills, setting team policy, or researching a build domain.
open-edge-platform/edge-ai-libraries
Deploy Chat Question-and-Answer Core to Kubernetes using Helm (OpenVINO CPU, OpenVINO GPU, or Ollama), including values.yaml configuration, helm install/upgrade, deployment verification, uninstall, and translation from Docker Compose setup_env.sh variables into Helm override values. Use this skill when the user says "deploy chatqna core to kubernetes", "helm install chatqna-core", "configure values.yaml", "convert compose config to helm", or "translate setup_env.sh to chart values".
almanak-co/sdk
Build, test, and deploy DeFi trading strategies using the Almanak SDK. ALWAYS use this skill when the user mentions almanak, DeFi strategy, trading strategy, yield farming, liquidity provision, token swap, borrowing, lending, perpetuals, staking, vault deposit, bridging tokens, backtesting, paper trading, or on-chain execution. Use for writing strategy.py files, composing intents (Swap, LP, Borrow, Supply, Perp, Bridge, Stake, Vault, Prediction), working with config.json strategy parameters, run
nexus-substrate/nexus-agents
Execute a release following project standards. Use when publishing a new version, creating release tags, or deploying. Triggers on "release", "publish", "version bump", "create release".