aspire-monitoring

aspire-monitoring is a skill for Claude Code from thangchung/agent-engineering-experiment. It costs 204 tokens per session (2,992 once invoked), scanned A, original, MIT.

Monitoring guidance for Aspire applications, .NET applications made from connected services. It explains how to inspect logs, traces, metrics, resource state, browser activity, and telemetry in local Aspire environments or deployed Azure environments.

In plain words
What is it for?
Use it to view local logs and traces, inspect resource state, export telemetry, run the Aspire dashboard, and investigate workloads running in Azure Kubernetes Service.
Why use it?
It helps you find application and deployment problems by directing each kind of diagnostic information to the appropriate tool.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is aspire describe --apphost ./src/MyApp.AppHost/.

Good fit Use it to view local logs and traces, inspect resource state, export telemetry, run the Aspire dashboard, and investigate workloads running in Azure Kubernetes Service.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/thangchung/agent-engineering-experiment
agentmods
npx agentmods add skills/thangchung/agent-engineering-experiment/aspire-monitoring

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aspire-monitoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/thangchung/agent-engineering-experiment/aspire-monitoring/github.svg)](https://agentmods.dev/skills/thangchung/agent-engineering-experiment/aspire-monitoring)
Your own site
<a href="https://agentmods.dev/skills/thangchung/agent-engineering-experiment/aspire-monitoring"><img src="https://agentmods.dev/badge/skills/thangchung/agent-engineering-experiment/aspire-monitoring/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aspire-monitoring

Your own site · 80×15
<a href="https://agentmods.dev/skills/thangchung/agent-engineering-experiment/aspire-monitoring"><img src="https://agentmods.dev/badge/skills/thangchung/agent-engineering-experiment/aspire-monitoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 204 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,992 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00204 $0.02992
Opus 5 $0.00102 $0.01496
Sonnet 5 $0.00041 $0.00598
Haiku 4.5 $0.00020 $0.00299

Measured 12d ago against content hash 798ca7187a40, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

aspire-monitoring scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agentgateway-entraid-obo/.claude/skills/aspire-monitoring/SKILL.md · 198 lines

How it starts

The opening of the file, as written. The whole thing — 198 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Aspire Monitoring

Aspire CLI provides full observability locally. For deployed apps, route to platform-specific tools.

Diagnostics Bridge — Where To Look

Need Environment Tool Command / Route
Console logs Local dev Aspire CLI aspire logs <resource>
Structured logs Local dev Aspire CLI aspire otel logs [resource]
Distributed traces Local dev Aspire CLI aspire otel traces [resource]
Span detail Local dev Aspire CLI aspire otel spans [resource]
Resource state Local dev Aspire CLI aspire describe (add --include-hidden if a resource is missing)
Telemetry export Local dev Aspire CLI aspire export [resource]
Standalone dashboard Any (no AppHost) Aspire CLI aspire dashboard run (foreground/blocking — see below)
Browser console / network / screenshots Local dev (frontend) Aspire dashboard Surfaced via Aspire.Hosting.Browsers + WithBrowserLogs()
AppHost / deployment definition Authoring aspire-deployment skill aspire-deployment skill
AKS workload (pod logs, pod state) Deployed AKS kubectl + Container Insights kubectl logs <pod>, kubectl describe pod <pod>, Container Insights in Azure Monitor
Azure resource health (App Insights, Front Door, NSP, private endpoint) Deployed Azure azure-diagnostics azure-diagnostics skill
App Service / Container Apps logs Deployed Azure azure-diagnostics azure-diagnostics skill
Logs/state Deployed Docker / Compose Docker CLI docker logs <container>, docker compose logs <service>

Decision tree:

  1. Is this about AppHost code or deployment definition? → aspire-deployment skill.
  2. Is the app running locally via aspire start? → Aspire CLI.
  3. Is it deployed to AKS? → kubectl + Container Insights for workload; azure-diagnostics for the cluster's Azure resources.
  4. Is it deployed to other Azure (App Service, Container Apps)? → azure-diagnostics.
  5. Is it deployed to Docker / Compose? → docker / docker compose CLI.

Read the full file on GitHub · 198 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 198 lines · 204 tokens per session scan A 798ca7187a40

Subscribe to this mod's changes

aspire-monitoring is a skill published in the GitHub repository thangchung/agent-engineering-experiment (25 stars, last pushed 1mo ago), licensed MIT. It adds 204 tokens to every session and 2,992 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

gke-compute-classes

Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…

google/skills · 83 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens

azure-mgmt-botservice-dotnet

Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".

microsoft/skills · 78 tokens

cloud-architect

Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…

Jeffallan/claude-skills · 71 tokens

azmon-mirroredcatalogs-operations-cli

Brings Azure Monitor, Application Insights, and Log Analytics telemetry into Fabric as Eventhouse external delta tables and correlates it with business data. Use to onboard observability data, judge whether latency or availability affected revenue, or build a Real-Time dashboard and Operations Agent over it.

microsoft/skills-for-fabric · 66 tokens

azure-resource-visualizer

Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. WHEN: create architecture diagram, visualize Azure resources, show resource relationships, generate Mermaid diagram, analyze resource group, diagram my resources, architecture…

microsoft/skills · 59 tokens