Agent skill · NVIDIA
jetson-link-docs
Bind pre-downloaded Jetson reference docs (developer guide, design guide, pinmux, schematics) into the active profile documents block. Use after staging docs on disk; not for downloading.
What it needs
About 7k tokens when loaded.
What this skill does
jetson-link-docs Overview This skill writes the documents: block of the active Jetson / IGX target-platform profile YAML so downstream skills (/jetson-generate-kb, /jetson-customize-pinmux, camera / pcie / uphy, etc.) can resolve doc paths by name. It walks the user through every document slot in the profile schema, tries to auto-bind each slot to a file under <documents.rootpath>/ via case-insensitive glob matching, and writes the resulting paths back into the active profile. Scope is registering pointers only — this skill does not fetch or download. The files must already exist on disk under <documents.rootpath>/. When to invoke After /jetson-init-target finishes and the user has documents on disk to register. The user wants to add, change, or remove document references on an existing profile. A downstream skill (e.g. jetson-generate-kb) reports "no documents recorded" and the user wants to fix that. Procedure Resolve the active target Resolve the active profile + <workspace> per the contract in ../../context/target-platform-contract.md. Cache the loaded profile in memory — this skill mutates it in the "Write the documents: block back to the profile" step. Load the document-slot schema Load ../../references/platformtemplate.yaml. Parse the documents: block. Each per-document field is marked <OPTIONAL: description>. Use the marker description as prompt text verbatim. Match markers with the regex ^<(REQUIRED OPTIONAL DERIVED):\s(.)>$ after YAML parsing strips surrounding quotes. Skip customcarrierschematic and customcarrierpinmuxxls entirely when the active profile has no customcarrier: block — both are meaningless without one. This filter applies through the "Scan and auto-match" and "Manual prompts for unmatched fields" steps. Resolve documents.rootpath Default: <workspace>/Documents. If the profile already records documents.rootpath, use it. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills NVIDIA/jetson-link-docs