What problem does it solve?
This Skill removes ambiguity when a user asks for help with AMD Quark by translating plain-language goals into the correct downstream skill or workflow. It prevents premature execution, wrong artifact selection, and unnecessary detours through the Quark skill stack.
Core Features & Use Cases
- Intent Routing: Detects whether the user wants to install Quark, quantize a model, inspect a model, export a result, debug a failure, or validate environment/workspace prerequisites.
- Workflow Guardrails: Enforces the Quark routing rule that any model quantization request must go through the full PTQ workflow rather than direct script execution.
- Context Handoff: Produces and carries forward session context with references to environment, workspace, install, and workflow artifacts.
- Use Case: A user says they want to quantize a model to FP8; this Skill routes them to the PTQ workflow and documents missing prerequisites instead of guessing hardware or paths.
Quick Start
Ask the quark-torch-router to interpret your Quark request and route it to the correct skill while documenting any missing environment or workspace facts.