jetson-context

Provide Jetson Orin Nano hardware and software context for AI/ML optimization.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/martialarcon/claude-code-expert --skill jetson-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jetson-context
Source: https://github.com/martialarcon/claude-code-expert/tree/main/.claude/skills/jetson-context
Command: npx skills add https://github.com/martialarcon/claude-code-expert --skill jetson-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides essential technical context for the Jetson Orin Nano, enabling informed architectural decisions and optimizations for AI/ML development on edge devices.

Core Features & Use Cases

  • Hardware & Software Specs: Details CPU, GPU, memory, and the software stack (JetPack, CUDA, TensorRT).
  • Optimization Patterns: Demonstrates best practices for camera pipelines, image processing, inference, and memory management.
  • Constraints & Decisions: Outlines approved and restricted choices for containerization, dependencies, and hardware access.
  • Use Case: Before designing a new computer vision feature for a Jetson Orin Nano device, consult this Skill to understand hardware limitations and choose the most efficient libraries and frameworks.

Quick Start

Consult the jetson-context skill for guidance on optimizing camera pipelines using GStreamer.

Frequently Asked Questions about jetson-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What are the hardware and software specifications for Jetson Orin Nano edge AI development?

Jetson Orin Nano edge AI development relies on specific CPU, GPU, and memory configurations paired with a JetPack, CUDA, and TensorRT software stack. These hardware and software specifications define the operational boundaries for AI/ML workloads on edge devices.

How do I optimize camera pipelines for computer vision on Jetson Orin Nano?

Optimize camera pipelines on Jetson Orin Nano by applying established patterns for GPU image processing and utilizing GStreamer. This approach ensures efficient hardware access and memory management for computer vision features on edge devices.

Can I use TensorRT for inference optimization on Jetson Orin Nano?

Yes, TensorRT is an approved component for inference optimization on Jetson Orin Nano. It is part of the supported software stack and enables high-performance AI/ML inference alongside CUDA and GPU image processing workloads.

What are the approved dependencies and containerization choices for Jetson Orin Nano?

Approved dependencies and containerization choices for Jetson Orin Nano are strictly defined to manage hardware access constraints. Selecting from these restricted choices ensures compatibility and efficient memory management for edge AI applications.

What is the best way to manage memory for AI workloads on Jetson Orin Nano?

The best way to manage memory for AI workloads on Jetson Orin Nano involves following specific optimization patterns for edge devices. These patterns guide architectural decisions regarding dependency selection and GPU resource allocation.