What problem does it solve? Deploying a distributed Aspire application to production requires choosing a target platform, wiring the right hosting integration into the AppHost, resolving parameters and secrets, and running the correct publish/deploy/destroy pipeline. This Skill routes all of that through the Aspire CLI so deployments stay AppHost-native instead of drifting into hand-edited Bicep, Helm, or Compose files. ## Core Features & Use Cases - Target-aware deployment routing: Detects whether the workspace is an Aspire app and routes deployment work to Docker Compose, Kubernetes, Azure Container Apps, Azure App Service, Azure Kubernetes Service (AKS), or AWS references. - Aspire-native publish, deploy, and destroy: Drives aspire publish, aspire deploy, aspire destroy, and aspire do <step> with preflight checks for parameters, secrets, registries, and cloud credentials. - CI/CD automation guidance: Provides GitHub Actions workflow patterns for validating, publishing, and deploying Aspire apps with OIDC Azure login and environment-gated production deploys. - Use Case: A user asks to deploy their Aspire app to Azure Container Apps. The Skill detects the AppHost, runs aspire add azure-appcontainers, adds the environment resource, preflights subscription and parameters, previews with aspire deploy --list-steps, and deploys with aspire deploy. ## Quick Start Ask the assistant to deploy your Aspire app to a chosen target, for example: deploy this Aspire application to Azure Container Apps.