What problem does it solve? Building GStreamer pipelines for DEEPX NPU inference requires correctly wiring many elements (dxpreprocess, dxinfer, dxpostprocess, dxtracker, dxosd) with matching IDs, absolute model paths, and postprocess libraries. This Skill generates complete, tested pipeline applications so you avoid common wiring and configuration errors. ## Core Features & Use Cases - Five Pipeline Categories: Generates single-model, multi-model, cascaded (secondary inference), parallel, and broker pipelines with complete templates for pipeline.py, run scripts, session.json, and README. - Model & Postprocess Mapping: Ships a reference table of 14 supported DXNN models (YOLO variants, SCRFD, EfficientNet) with their input sizes and matching postprocess shared libraries. - Isolated Output Sessions: Writes all generated applications into timestamped dx-agent-dev/ session directories, keeping production code untouched. - Use Case: Ask for a cascaded pipeline using yolo26n for detection and EfficientNet_Lite0 for classification, and receive a runnable session directory with a Python pipeline, shell wrapper, and documentation. ## Quick Start Ask the agent to build a dx_stream object detection pipeline using the yolo26n model with a sample video input.