What problem does it solve? Customizing power modes on NVIDIA Jetson devices requires hand-editing per-board nvpmodel configuration files with strict formatting rules, valid frequency tables, and correct SKU resolution — mistakes silently fail at boot or get lost on BSP re-extraction. This Skill guides agents through safe, overlay-tracked edits. ## Core Features & Use Cases - Power Mode Management: Add, remove, edit, or list POWER_MODEL blocks and change the PM_CONFIG boot default in per-board nvpmodel conf files. - SKU Resolution & Propagation: Resolves the active SKU conf via the kernel DTB compatible string and nvpower.sh mapping, then propagates edits to reference, carrier-derived, and _super sibling confs while preserving elevated caps. - Overlay-Safe Workflow: All writes land in the source overlay tracker with pristine-import and customization commits, keeping the read-only bsp_image intact for promotion and flashing. - Use Case: A developer downloads a custom 30W profile from the NVIDIA Power Estimator for a P3767-0001 module and needs it added as ID 8 and set as the boot default across all sibling confs. ## Quick Start Ask the agent to add a new power mode from your Power Estimator nvpmodel.conf export and set it as the boot default on your Jetson target.