What problem does it solve? Diagnosing issues in distributed .NET Aspire applications requires knowing which observability tool to use for each environment, and this Skill routes monitoring requests to the correct command for local, AKS, Azure, or Docker deployments. ## Core Features & Use Cases - Local Telemetry Inspection: Retrieve console logs, structured OpenTelemetry logs, distributed traces, and spans using aspire logs and aspire otel commands. - Environment-Based Routing: Direct diagnostics to kubectl and Container Insights for AKS, azure-diagnostics for Azure resources, or Docker CLI for Compose deployments. - Standalone Dashboard: Launch aspire dashboard run to collect OTLP telemetry from any application without an AppHost, then query it with --dashboard-url. - Use Case: When a resource appears missing or unhealthy, run aspire describe --include-hidden --format Json to reveal hidden proxies and helpers, then correlate failures with aspire otel logs --trace-id. ## Quick Start Ask the agent to show the structured logs and current resource state of the running Aspire app.