What problem does it solve?
This Skill routes Quark ONNX user requests to the correct atomic workflow so users do not waste time on the wrong installation, analysis, planning, execution, or validation step.
Core Features & Use Cases
- Intent classification: Distinguishes ONNX quantization, model intake, install, debug, validation, and preflight needs from plain-language requests.
- Workflow routing: Selects the smallest correct downstream skill for tasks like planning a PTQ run, checking model compatibility, or validating a quantized ONNX output.
- Guardrail enforcement: Prevents cross-backend mixing and ensures required context such as hardware facts or workspace paths is collected before routing.
- Use Case: A user says they want to quantize a YOLO ONNX model for Ryzen AI; this Skill routes them into the ONNX PTQ workflow and explains the next steps clearly.
Quick Start
Use the quark-onnx-router skill to interpret my ONNX quantization goal and tell me which Quark skill should run first.