What problem does it solve? Setting up AI model serving on a bare AKS cluster involves many error-prone steps: verifying cluster state, installing the AI Runway controller and CRDs, assessing GPU compatibility, choosing an inference provider, and deploying a first model. This Skill walks users through the entire onboarding sequence with verification and error handling at each stage. ## Core Features & Use Cases - Six-Step Guided Workflow: Cluster verification, controller installation, GPU assessment, provider setup, first deployment, and smoke test, with support for resuming via skip-to-step. - GPU Compatibility Intelligence: Matches detected GPUs (T4, V100, A100, H100, etc.) against known profiles, flagging dtype and attention-backend constraints before deployment. - Provider Recommendation: Recommends and installs KAITO, Dynamo, or KubeRay based on hardware and workload, with model sizing guidance for VRAM capacity. - Use Case: A platform engineer with a fresh AKS cluster and A100 nodes uses this Skill to install the AI Runway controller, register KAITO, and deploy Llama-3.1-8B-Instruct with a HuggingFace token secret, then smoke-tests the endpoint. ## Quick Start Ask the assistant to set up AI Runway on your existing AKS cluster and deploy your first model, optionally specifying a step number to resume from.