> Use this skill for BlueField-3 (BF3) day-1 platform bring-up via the DPU over RShim with bfb-install from the host, the host-to-DPU TMFIFO management channel (tmfifo_net0, the 192.168.100.x convention), RShim daemon state and console-over-rshim, DPU mode selection (DPU/embedded-function vs separated-host/NIC mode) via mlxconfig, post-BFB recovery, a six-state BlueField-state classifier, and verifying the install (cat /etc/mlnx-release plus version checks). Trigger even when the user does not say "BF3" — typical phrasings include {push a BFB to my BlueField-3}, {bfb-install exited 0 but the DPU never came back}, {ping 192.168.100.2 works but ssh fails}, or {is DOCA on the host or the Arm side?}. BFB reflash, mlxconfig set, mode changes, and confirmation and load doca-hardware-safety. App launch, container deploy, env install, and the BF4 BMC-Redfish path route elsewhere.
npx skills add https://github.com/NVIDIA/skills --skill doca-bf3-deployment
Where to start: This skill is the bundle's home for **BlueField-3
day-1 platform bring-up** — taking a BF3 from "powered card in the
slot" (or a card that just came back broken from a BFB push) to
"Arm OS healthy, TMFIFO up, host PFs bound, four-way version match
closed, ready to run a workload". It owns the **classic RShim/BFB
path** that BF3 uses today; the newer BMC-Redfish provisioning path
is the sibling skill
doca-bf4-deployment (the BF4
equivalent). If the user has a BF3 and needs to push a BFB, recover
a DPU that did not come back, or verify the install, open
TASKS.md and start at
## configure. If the question is *what shape
does the BF3 platform-bring-up surface even have*, start at
CAPABILITIES.md. Once the BF3 is healthy, this
skill routes onward to the deployment skills — running a binary
goes to
doca-bare-metal-deployment;
deploying a service container goes to
doca-container-deployment.
Every mutating burn invoked from a bring-up step — the BFB
reflash itself, any mlxconfig set (including a DPU/separated-host
mode flip), a firmware burn, or a kernel-boot-parameter change — is
governed by the change-application meta-policy in
doca-hardware-safety, which
the agent loads ALONGSIDE this skill. This skill adds only the
BF3-specific operational sequencing on top; it does NOT redefine
the preflight / OOB-console / maintenance-window / rollback
discipline that meta-policy owns.
This skill serves **external DOCA operators bringing up a real
BlueField-3** — i.e. people who already have:
reach over its console / management network),
the /dev/rshim* character-device tree present over the PCIe or
USB RShim interface), and
(BFB) image downloaded from the public DOCA Downloads page.
It is not for:
to doca-bf4-deployment, the
BF4 equivalent of this skill,
mlx5_*or the BFB image itself (that is internal-tree work, not a
field deployment),
binary* (route to
doca-bare-metal-deployment)
or *deploy a service container* (route to
doca-container-deployment),
doca-setup ## no-install.
The skill teaches the agent the BF3 bring-up *procedure* and the
rules for quoting documented commands from the public BlueField
Platform Software Manual, the public DOCA Installation Guide, and
the MFT manual via
doca-public-knowledge-map;
it does not invent bfb-install flag sets, BFB image filenames,
RShim character-device paths, bf.cfg schema keys, mlxconfig
parameter names, or TMFIFO subnets from memory. Where a fact is
already vetted in
doca-bare-metal-deployment ## bluefield-lifecycle,
this skill reuses that exact fact rather than restating a new one.
Load this skill when the user is doing **hands-on BlueField-3
platform bring-up over the RShim/BFB path**, or asking a
cross-cutting BF3 lifecycle question that is not specific to one
library's API. Concretely:
after a failed install), from the host over the RShim interface
with bfb-install.
channel (tmfifo_net0, the documented 192.168.100.x
convention) and the RShim console.
rshim daemon and the /dev/rshim* tree) before any push or
console capture.
mode vs separated-host / NIC mode — knowing the actual `mlxconfig
set` burn leaves this skill for
doca-hardware-safety.
bfb-install exited 0 but the DPU never reached the documented
DPU is ready marker; ping 192.168.100.2 works but SSH refuses;
host PFs are present in lspci -d 15b3: but their netdevs are
gone.
cat /etc/mlnx-release on the Arm side,the four-way version match per
doca-version — and distinguishing
the host-side DOCA install from the BlueField-Arm-side DOCA
install.
side, and which one do I install?"*, *"my BF3 was fine last week
and after a BFB push it never came back — where do I start?"*,
*"how do I tell which /dev/rshim<N> is which BlueField on a
multi-DPU host?"*.
Do not load this skill for: BlueField-4 bring-up (route to
doca-bf4-deployment, the BF4
equivalent); running a DOCA-linked binary on a healthy BF3 (route to
doca-bare-metal-deployment);
deploying a DOCA service container (route to
doca-container-deployment);
env-preparation including hugepages, IOMMU, pkg-config, and devlink
mode flips (use doca-setup); the body of
the version-match rule (use doca-version);
or any hardware-state-changing burn itself — the change-application
discipline is meta-policy owned by
doca-hardware-safety, loaded
ALONGSIDE this skill.
This is a thin loader. Substantive material lives in two
companion files:
CAPABILITIES.md — the BF3 platform-bring-up contract: theRShim/BFB transport surface (the userspace RShim daemon, the
/dev/rshim* tree, console-over-rshim, the BFB image as the unit
of input), the TMFIFO management-channel surface (tmfifo_net0 /
tm-br, the documented 192.168.100.x convention, the
ip route get-before-ping loopback gotcha), the DPU-mode
surface (DPU / embedded-function vs separated-host / NIC mode, set
via mlxconfig at BFB-install time — a MUTATING burn routed to
doca-hardware-safety), the
host-side-vs-Arm-side DOCA install distinction, the
BF3-version overlay on the four-way match owned by
doca-version, the cross-cutting error
taxonomy, the observability surface, and the safety policy
(overlay on
doca-hardware-safety).
TASKS.md — step-by-step workflows for the in-scope BF3lifecycle verbs: configure, build (routing stub), modify,
run (the BFB-install + RShim/TMFIFO bring-up sequence), test
(the post-BFB readiness smoke), debug (the six-state
bluefield-state-classifier), and the Deferred task verbs
block routing app-launch / container / install / library-API /
hardware-state-change / BF4 questions out to their owning skills.
The skill assumes a target where:
host that has the RShim daemon and /dev/rshim* tree available,
Downloads page (route via
doca-public-knowledge-map),
and
or physical UART) to reach the BF3 if a push breaks the Arm OS.
It does not cover installing DOCA on a host from scratch (that
goes through doca-setup), and it does
not cover BlueField-4 (that goes through
doca-bf4-deployment).
SKILL.md first to confirm the user's question is inscope (BF3 platform bring-up over the RShim/BFB path; NOT BF4,
NOT app-launch, NOT a library-API question).
channel, DPU-mode surface, host-vs-Arm install distinction,
BF3-version overlay, error taxonomy, observability surface, BF3
safety overlay), see CAPABILITIES.md.**
configure, build (routingstub), modify, run (BFB install + RShim/TMFIFO bring-up),
test (post-BFB readiness smoke), debug (the six-state
bluefield-state-classifier), plus the Deferred task verbs
block — see TASKS.md.**
See references/details.md.
See references/details.md.
See references/details.md.
Assess Kubernetes workloads and cluster configuration for AKS Automatic compatibility. Identifies incompatibilities, generates fixes, and guides migration from AKS Standard to AKS Automatic. WHEN: migrate to AKS Automatic, check AKS Automatic readiness, validate manifests for Automatic, assess cluster for Automatic compatibility, fix deployment for Automatic compatibility, identify AKS Automatic migration blockers, is my cluster ready for AKS Automatic.
Discovers available Azure OpenAI model capacity across regions and projects. Analyzes quota limits, compares availability, and recommends optimal deployment locations based on capacity requirements. USE FOR: find capacity, check quota, where can I deploy, capacity discovery, best region for capacity, multi-project capacity search, quota analysis, model availability, region comparison, check TPM availability. DO NOT USE FOR: actual deployment (hand off to preset or customize after discovery), quota increase requests (direct user to Azure Portal), listing existing deployments.
Interactive guided deployment flow for Azure OpenAI models with full customization control. Step-by-step selection of model version, SKU (GlobalStandard/Standard/ProvisionedManaged), capacity, RAI policy (content filter), and advanced options (dynamic quota, priority processing, spillover). USE FOR: custom deployment, customize model deployment, choose version, select SKU, set capacity, configure content filter, RAI policy, deployment options, detailed deployment, advanced deployment, PTU deployment, provisioned throughput. DO NOT USE FOR: quick deployment to optimal region (use preset).
Unified Azure OpenAI model deployment skill with intelligent intent-based routing. Handles quick preset deployments, fully customized deployments (version/SKU/capacity/RAI policy), and capacity discovery across regions and projects. USE FOR: deploy model, deploy gpt, create deployment, model deployment, deploy openai model, set up model, provision model, find capacity, check model availability, where can I deploy, best region for model, capacity analysis. DO NOT USE FOR: listing existing deployments (use foundry_models_deployments_list MCP tool), deleting deployments, agent creation (use agent/create), project creation (use project/create).
Intelligently deploys Azure OpenAI models to optimal regions by analyzing capacity across all available regions. Automatically checks current region first and shows alternatives if needed. USE FOR: quick deployment, optimal region, best region, automatic region selection, fast setup, multi-region capacity check, high availability deployment, deploy to best location. DO NOT USE FOR: custom SKU selection (use customize), specific version selection (use customize), custom capacity configuration (use customize), PTU deployments (use customize).
This skill should be used when working with LaminDB, an open-source data framework for biology that makes data queryable, traceable, reproducible, and FAIR. Use when managing biological datasets (scRNA-seq, spatial, flow cytometry, etc.), tracking computational workflows, curating and validating data with biological ontologies, building data lakehouses, or ensuring data lineage and reproducibility in biological research. Covers data management, annotation, ontologies (genes, cell types, diseases, tissues), schema validation, integrations with workflow managers (Nextflow, Snakemake) and MLOps platforms (W&B, MLflow), and deployment strategies.
Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir, Nextflow/Snakemake integration.
Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch processing jobs, scheduling compute-intensive tasks, or serving APIs that require GPU acceleration or dynamic scaling.
Take nvidia/doca-bf3-deployment from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.