What problem does it solve? Deploying a distributed .NET Aspire application involves 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 you do not hand-write Bicep, Helm charts, Compose files, or CDK stacks. ## Core Features & Use Cases - Target-aware deployment routing: Detects whether the workspace is an Aspire app and routes deployment to Docker Compose, Kubernetes, Azure Container Apps, Azure App Service, Azure Kubernetes Service (AKS), or AWS via aspire publish, aspire deploy, and aspire destroy. - Target-specific reference guides: Loads dedicated references for Azure, AWS, Kubernetes, Docker Compose, JavaScript app serving models, CI/CD pipelines, and preflight checklists only when relevant. - Preflight and safety gates: Inventories parameters, secrets, registries, and cloud credentials before provisioning, and requires explicit confirmation before creating billable resources or running teardown. - Use Case: You have an Aspire AppHost and want to ship it to Azure Container Apps. The Skill adds the integration with aspire add azure-appcontainers, configures the environment resource, previews steps with aspire deploy --list-steps, and deploys with managed identity and ACR wiring handled by Aspire. ## Quick Start Ask the agent to deploy your Aspire app to Azure Container Apps and it will detect the AppHost, configure the target environment, and run the Aspire deploy pipeline.