Dev & Engineering ✓ NVIDIA · Official jetsonbspyamlfilesystemdocument-managementpinmuxschematics

Jetson Document Binder

Registers staged Jetson reference documents in the active target profile.

FollowSkills review · FSRS-2.0
Not recommended
52/ 100 5-point scale 2.6 / 5
Trust17 / 25 · 3.4/5

The skill only registers pointers to pre-downloaded documents, does not download files, and requires confirmation for auto-matches; ambiguous matches are not silently bound. However, it mutates the active profile in place without an explicit backup, transactional write, or rollback mechanism, and permits nonexistent paths and unvalidated URLs, so points are deducted.

Reliability8 / 20 · 2.0/5

The workflow, abnormal-input branches, merge behavior, and failure guidance are fairly detailed. However, the referenced contract, templates, catalogue, and YAML dependency are not reproduced in the supplied evidence, and no skill-specific test suite covers the key paths. The static cap is 10, so the score is conservative.

Adaptability10 / 15 · 3.3/5

Invocation scenarios, inputs, document slots, and the non-applicable custom-carrier fields are clearly described, and the one-level scan limitation is disclosed. There is no evidence for Chinese-language interaction, precise non-trigger boundaries, or broader environment compatibility, so points are deducted.

Convention9 / 15 · 3.0/5

The documentation is readable and includes versioning, license metadata, prerequisites, limitations, troubleshooting, references, and rerun guidance. It lacks separate Instructions and Examples sections, the author format is incomplete, the materials present Apache-2.0 and CC-BY-4.0 inconsistently, and maintenance ownership and change history remain insufficiently explicit.

Effectiveness5 / 15 · 1.7/5

The skill can write user-confirmed document paths into the profile for downstream knowledge-base workflows. However, the benchmark has only two positive tasks, reports 32% Codex effectiveness, and provides no independently reproducible verification of key outputs. Under static calibration the score cannot exceed 7, so it is reduced conservatively.

Verifiability3 / 10 · 1.5/5

The supplied benchmark report, task definitions, and expected behaviors provide limited auditable evidence. There is no committed executable test suite, real execution log, or cross-source corroboration for this skill, and the reported conclusions cannot be independently reproduced from the supplied files alone, warranting a low score.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
Before you use it
  • Add an explicit backup or recoverability mechanism before mutating the active profile, including handling for partial write failure.
  • Align the license and author metadata, and add dedicated Instructions, Examples, changelog, and maintenance-owner information.
  • Clarify the path policy: the procedure permits absolute paths and URLs, while troubleshooting says documents.* must be relative; these are inconsistent safety boundaries.
  • One-level, filename-only globbing can miss documents or produce wrong-product matches; users should verify product, version, and schematic correspondence.
See the full review method →

What does this skill do, and when should you use it?

jetson-link-docs updates the documents block of an active Jetson or IGX target-platform profile with paths to reference material already available on disk. It scans a configured document root and suggests matches for developer guides, design guides, schematics, pinmux spreadsheets, and related slots using case-insensitive filename globs. Users must confirm single matches, while multiple matches are presented for explicit selection. The skill only registers pointers; it does not download, copy, or rename documents.

Resolves the active target profile and document-slot schema; resolves documents.root_path, defaulting to workspace/Documents; reads the BSP catalogue Product Token; scans the document root one level deep with case-insensitive globs; prompts users to confirm or select candidates; accepts local paths and URLs; updates the profile's documents block with a round-tripping YAML writer; and prints a summary of auto-bound, manually entered, and skipped fields.

  1. A Jetson target has been initialized and its downloaded developer guides, schematics, or pinmux files need to be registered.
  2. An existing target profile needs document references added, changed, or removed.
  3. jetson-generate-kb reports that no documents are recorded and the profile needs repair.
  4. A custom carrier requires its schematic or pinmux spreadsheet to be added to the active profile.
  5. Several document versions are present and the user needs explicit selection to avoid binding the wrong product files.

What are this skill's strengths and limitations?

Pros
  • Has a narrow, well-defined purpose for the Jetson/IGX profile documents block.
  • Combines SKU and product-token filename matching with mandatory user confirmation.
  • Supports reruns that merge new bindings while preserving existing ones unless explicitly changed.
  • Accepts local paths and URLs and allows optional fields to be skipped.
Limitations
  • Does not download, copy, or rename source documents.
  • Automatic scanning is limited to one directory level, so nested archives may require manual selection.
  • Requires an active profile, the fixed document schema, and ruamel.yaml or an equivalent round-tripping YAML writer.
  • The supplied source provides no test suite, platform support matrix, or performance measurements.

How do you install this skill?

Install the skill with the README-supported skills CLI command: npx skills add nvidia/skills --skill jetson-link-docs --yes. The README does not specify a fixed installation directory; the CLI handles the destination.

How do you use this skill?

Ensure an active Jetson/IGX target profile exists, place reference files under the recorded documents.root_path or the default workspace/Documents, or prepare paths for manual entry. Then ask the agent: "Bind the downloaded Jetson reference documents to the current target profile, scan the document directory, and ask me to confirm each match." The skill prompts for unmatched fields and writes confirmed paths back to the active profile. It does not download documents; without an active profile, use jetson-set-target or jetson-init-target first.

FAQ

Does the skill download NVIDIA reference documents?
No. Documents must already exist under the resolved root, or be supplied manually as paths or URLs.
Can it run without documents.root_path?
Yes. Automatic scanning is skipped, but individual paths can still be entered manually and optional fields can be skipped.
What happens when several files match one slot?
The skill never silently binds a multi-hit result. It presents numbered candidates and a skip option.
Should an existing knowledge base be regenerated afterward?
Yes. The confirmation summary advises rerunning jetson-generate-kb because that skill rereads documents.*.

More skills from this repository

All from NVIDIA/skills

Dev & Engineering ✓ NVIDIA · Official

Jetson Pinmux Customizer

Generate Jetson carrier pinmux BCT configuration from an XLSM.

Dev & Engineering ✓ NVIDIA · Official

Jetson Target Platform Initializer

Create a Jetson target-platform profile for a reference devkit or custom carrier and update the active pointer.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Info Check

Verify Jetson BSP version, board configs, and rootfs state before flashing.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Source Builder

Rebuild Jetson BSP device trees, kernels, and modules from source changes and produce a deployable artifact manifest.

Dev & Engineering ✓ NVIDIA · Official

Jetson PCIe Controller Customizer

Configure per-controller PCIe state, lane width, and link speed on custom Jetson Thor or Orin carriers.

Automation & Ops ✓ NVIDIA · Official

Jetson BSP Download Assistant

Downloads and stages version-matched Jetson BSP, rootfs, sources, toolchains, and guides for NVIDIA Auto Setup.

Dev & Engineering ✓ NVIDIA · Official

Jetson CSI Camera Customization

Generate and validate kernel device-tree overlays for MIPI and GMSL cameras on custom Jetson Thor or Orin carriers.

Dev & Engineering ✓ NVIDIA · Official

Jetson UPHY Lane Allocation

Configure UPHY lane allocation for Orin and Thor custom carriers.

Dev & Engineering ✓ NVIDIA · Official

Jetson Target Switcher

Switch the active Jetson target among existing platform profiles.

Dev & Engineering ✓ NVIDIA · Official

Jetson Fan Curve Customizer

Safely maintain nvfancontrol fan profiles and boot defaults in a Jetson BSP.

Automation & Ops ✓ NVIDIA · Official

Jetson nvpmodel Power Mode Customizer

Safely customize Jetson BSP power modes, frequency caps, and the boot-default profile.

Dev & Engineering ✓ NVIDIA · Official

Jetson Clock Customizer

Lock or cap Jetson CPU, GPU, and EMC clock behavior before flashing a BSP image.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Image Flasher

Safely flash a promoted Jetson BSP image onto a Jetson device in RCM mode.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Quick Start

Choose a Jetson BSP customization path and hand validated intake answers to the right setup skills.

Dev & Engineering ✓ NVIDIA · Official

Jetson USB Port Customization

Safely enable, disable, or change Jetson USB port roles through a kernel device-tree overlay.

Automation & Ops ✓ NVIDIA · Official

Jetson Headless Memory Optimizer

Reclaim memory on GUI-free Jetson devices through safe, reversible system-service changes.

Automation & Ops ✓ NVIDIA · Official

Jetson BSP Image Initializer

Prepares a Jetson BSP image, applies binaries, and records its verified version.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Image Validator

Validate a flashed Jetson BSP image on disk and on the target device.

Automation & Ops ✓ NVIDIA · Official

Jetson Device Info Snapshot

Capture a concise software, kernel, OS, and power-mode baseline from a running Jetson target.

Automation & Ops ✓ NVIDIA · Official

Jetson Health Snapshot

Read-only diagnostics that consolidate a live Jetson’s hardware, resource, and service state.

Related skills