This handles the tricky routing problem when you're working with GitHub Copilot SDK apps and Azure deployment. It automatically detects @github/copilot-sdk in your package.json or CopilotClient in your source files, then routes you to the right deployment path instead of generic Azure tools. The skill scaffolds new SDK projects with the official template, adds Azure infrastructure to existing Copilot apps, and configures BYOM (bring your own model) setups with proper DefaultAzureCredential auth. Honestly, it's mainly useful because the detection logic prevents you from accidentally using azure-prepare on Copilot SDK codebases, which breaks token management and model configuration.
claude skill add microsoft/azure-skills:azure-hosted-copilot-sdk